Submission #68314
ソースコード
ステータス
項目 |
データ |
問題 |
1441 - 写真の回転 |
ユーザー名 |
R2120
|
投稿日時 |
2021-09-06 17:45:23 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1248 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:12:13: error: ‘a’ was not declared in this scope
a[i][j]=x;
^
./Main.cpp:32:23: error: ‘a’ was not declared in this scope
cout<<a[i][j];
^
./Main.cpp:39:23: error: ‘a’ was not declared in this scope
cout<<a[i][j];
^
./Main.cpp:46:23: error: ‘a’ was not declared in this scope
cout<<a[i][j];
^
./Main.cpp:53:23: error: ‘a’ was not declared in this scope
cout<<a[i][j];
^
セット
テストケース