Submission #02105
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0237 - School Load(Hard) |
| ユーザー名 | ei1526 |
| 投稿日時 | 2015-12-08 17:49:59 |
| 言語 | C++11 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 405 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In lambda function:
./Main.cpp:8:13: error: expected ‘{’ before ‘[’ token
if(mas([x][y]==1)return 0;
^
./Main.cpp: In function ‘int rec(int, int)’:
./Main.cpp:8:13: error: no match for ‘operator[]’ (operand types are ‘rec(int, int)::<lambda()>’ and ‘int’)
./Main.cpp:8:19: error: ‘mas’ cannot be used as a function
if(mas([x][y]==1)return 0;
^
./Main.cpp:8:20: error: expected ‘)’ before ‘return’
if(mas([x][y]==1)return 0;
^
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|