Submission #00147


ソースコード

ステータス

項目 データ
問題 0011 - SANGI式素因数分解〜無能主義〜
ユーザー名 ei1708
投稿日時 2019-05-27 17:52:46
言語 C++
状態 Compile Error
得点 0
ソースコード長 653 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:3: error: ‘cin’ was not declared in this scope
   cin>>n;
   ^~~
./Main.cpp:5:3: note: suggested alternative: ‘main’
   cin>>n;
   ^~~
   main
./Main.cpp:7:5: error: ‘cout’ was not declared in this scope
     cout<<"SANGI is a contest which gives iPad."<<endl;
     ^~~~
./Main.cpp:7:51: error: ‘endl’ was not declared in this scope
     cout<<"SANGI is a contest which gives iPad."<<endl;
                                                   ^~~~
./Main.cpp:7:51: note: suggested alternative: ‘enum’
     cout<<"SANGI is a contest which gives iPad."<<endl;
                                                   ^~~~
                                                   enum
./Main.cpp:9:5: error: ‘cout’ was not declared in this scope
     cout<<1<<endl;
     ^~~~
./Main.cpp:9:14: error: ‘endl’ was not declared in this scope
     cout<<1<<endl;
              ^~~~
./Main.cpp:9:14: note: suggested alternative: ‘enum’
     cout<<1<<endl;
              ^~~~
              enum
./Main.cpp:11:5: error: ‘cout’ was not declared in this scope
     cout<<n<<endl;;
     ^~~~
./Main.cpp:11:14: error: ‘endl’ was not declared in this scope
     cout<<n<<endl;;
              ^~~~
./Main.cpp:11:14: note: suggested alternative: ‘enum’
     cout<<n<<endl;;
              ^~~~
              enum
./Main.cpp:15:7: error: ‘cout’ was not declared in this scope
       cout<<2<<endl<<2<<endl;
       ^~~~
./Main.cpp:15:16: error: ‘endl’ was not declared in this scope
       cout<<2<<endl<<2<<endl;
                ^~~~
./Main.cpp:15:16: note: suggested alternative: ‘enum’
       cout<<2<<endl<<2<<endl;
                ^~~~
                enum

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #