Submission #00002
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - お年玉 |
ユーザー名 |
UCS2
|
投稿日時 |
2019-08-05 09:00:31 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
257 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include <bits/stdc++.h>
^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:5: error: ‘cin’ was not declared in this scope
cin.tie(0);
^~~
./Main.cpp:9:5: note: suggested alternative: ‘main’
cin.tie(0);
^~~
main
./Main.cpp:10:5: error: ‘ios’ has not been declared
ios::sync_with_stdio(false);
^~~
./Main.cpp:16:5: error: ‘cout’ was not declared in this scope
cout << (a + b) / 2 << endl;
^~~~
セット
テストケース