Submission #00337


ソースコード

ステータス

項目 データ
問題 0003 - picnic
ユーザー名 ei1728
投稿日時 2017-11-26 14:40:22
言語 C++11
状態 Compile Error
得点 0
ソースコード長 439 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:1: error: expected ‘,’ or ‘;’ before ‘int’
 int mp[1001][1001];
 ^~~
./Main.cpp:11:29: error: ‘mp’ was not declared in this scope
                 scanf("%d",&mp[i][j]);
                             ^~
./Main.cpp:16:20: error: ‘mp’ was not declared in this scope
                 if(mp[i][j]==mp[i+1][j]&&mp[i][j+1]==mp[i+1][j+1]&&mp[i][j]==mp[i][j+1]){
                    ^~
./Main.cpp:22:9: error: expected ‘}’ at end of input
 return 0;
         ^

セット

セット 得点 Cases

テストケース

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