Submission #26031
ソースコード
ステータス
項目 |
データ |
問題 |
0810 - 算数(足し算)2 |
ユーザー名 |
moririn2528
|
投稿日時 |
2017-09-02 14:29:49 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
313 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:4:5: error: ‘a’ does not name a type
a[10000];
^
./Main.cpp:5:5: error: ‘b’ does not name a type
b[10000];
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:14: error: ‘a’ was not declared in this scope
cin>>a[i];
^
./Main.cpp:11:14: error: ‘b’ was not declared in this scope
cin>>b[i];
^
./Main.cpp:16:15: error: ‘a’ was not declared in this scope
cout<<a[i]+b[i]<<endl;
^
./Main.cpp:16:20: error: ‘b’ was not declared in this scope
cout<<a[i]+b[i]<<endl;
^
セット
テストケース