Submission #00090
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - 宿題 (Homework) |
ユーザー名 |
ei1725
|
投稿日時 |
2017-11-01 17:04:43 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
562 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:18:11: error: stray ‘#’ in program
return 0#include<bits/stdc++.h>
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:17: error: expected unqualified-id before ‘;’ token
int l,a,b,c,d,;
^
./Main.cpp:18:12: error: expected ‘;’ before ‘include’
return 0#include<bits/stdc++.h>
^~~~~~~
./Main.cpp:18:12: error: ‘include’ was not declared in this scope
./Main.cpp:18:20: error: ‘bits’ was not declared in this scope
return 0#include<bits/stdc++.h>
^~~~
./Main.cpp:18:20: note: suggested alternative: ‘gets’
return 0#include<bits/stdc++.h>
^~~~
gets
./Main.cpp:18:25: error: ‘stdc’ was not declared in this scope
return 0#include<bits/stdc++.h>
^~~~
./Main.cpp:18:25: note: suggested alternative: ‘stdin’
return 0#include<bits/stdc++.h>
^~~~
stdin
./Main.cpp:19:1: error: expected primary-expression before ‘using’
using namespace std;
^~~~~
./Main.cpp:20:11: error: a function-definition is not allowed here before ‘{’ token
int main(){
^
./Main.cpp:36:1: error: expected ‘}’ at end of input
}
^
セット
テストケース