Submission #00068
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - ただの計算 |
ユーザー名 |
ei1817
|
投稿日時 |
2018-05-01 17:52:48 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
268 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:10: error: expected primary-expression before ‘)’ token
if(c==+){
^
./Main.cpp:9:10: error: expected primary-expression before ‘)’ token
if(c==-){
^
./Main.cpp:12:10: error: expected primary-expression before ‘)’ token
if(c==*){
^
./Main.cpp:15:9: error: expected primary-expression before ‘/’ token
if(c==/){
^
./Main.cpp:15:10: error: expected primary-expression before ‘)’ token
if(c==/){
^
セット
テストケース