Submission #55265


ソースコード

ステータス

項目 データ
問題 0378 - 正方形の描写
ユーザー名 p1918
投稿日時 2019-09-27 17:14:26
言語 C++
状態 Compile Error
得点 0
ソースコード長 385 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include <bits/stdc++.h>
 ^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:1: error: ‘cin’ was not declared in this scope
 cin.tie(NULL);
 ^~~
./Main.cpp:5:1: note: suggested alternative: ‘main’
 cin.tie(NULL);
 ^~~
 main
./Main.cpp:5:9: error: ‘NULL’ was not declared in this scope
 cin.tie(NULL);
         ^~~~
./Main.cpp:5: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:5:9:
 cin.tie(NULL);
         ^~~~
./Main.cpp:6:1: error: ‘ios’ has not been declared
 ios::sync_with_stdio(false);
 ^~~
./Main.cpp:10:4: error: ‘cout’ was not declared in this scope
    cout<<" *";
    ^~~~
./Main.cpp:12:2: error: ‘cout’ was not declared in this scope
  cout<<"\n";
  ^~~~

セット

セット 得点 Cases

テストケース

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