Submission #53271


ソースコード

ステータス

項目 データ
問題 0383 - ヤマダハモアイ
ユーザー名 ep1940
投稿日時 2019-08-20 11:24:46
言語 C++
状態 Compile Error
得点 0
ソースコード長 178 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include <bits/stdc++.h>
 ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:1: error: ‘cin’ was not declared in this scope
 cin.tie(NULL);
 ^~~
./Main.cpp:4:1: note: suggested alternative: ‘main’
 cin.tie(NULL);
 ^~~
 main
./Main.cpp:4:9: error: ‘NULL’ was not declared in this scope
 cin.tie(NULL);
         ^~~~
./Main.cpp:4:9: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
./Main.cpp:1:1:
+#include <cstddef>
 include <bits/stdc++.h>
./Main.cpp:4:9:
 cin.tie(NULL);
         ^~~~
./Main.cpp:5:1: error: ‘ios’ has not been declared
 ios::sync_with_stdio(false);
 ^~~
./Main.cpp:7:2: error: ‘cout’ was not declared in this scope
  cout<<"ヤマダハモアイ "<<"\n";
  ^~~~

セット

セット 得点 Cases

テストケース

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