Submission #00067
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - タイル (Tile) |
ユーザー名 |
e1613
|
投稿日時 |
2016-11-09 17:01:58 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
531 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:3: error: ‘longlong’ was not declared in this scope
longlong g[b],h[b],i[b];
^
./Main.cpp:8:24: error: ‘g’ was not declared in this scope
scanf("%lld %lld",&g[c],&h[c]);
^
./Main.cpp:8:30: error: ‘h’ was not declared in this scope
scanf("%lld %lld",&g[c],&h[c]);
^
./Main.cpp:20:7: error: ‘i’ was not declared in this scope
i[c]=3;
^
./Main.cpp:23:7: error: ‘i’ was not declared in this scope
i[c]=1;
^
./Main.cpp:26:7: error: ‘i’ was not declared in this scope
i[c]=2;
^
./Main.cpp:30:21: error: ‘i’ was not declared in this scope
printf("%lld\n",i[c]);
^
セット
テストケース