Submission #00037
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0005 - ヘビの JOI 君 (Snake JOI) |
| ユーザー名 | ei1708 |
| 投稿日時 | 2019-10-30 17:44:27 |
| 言語 | C++14 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 2246 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:56:60: error: ‘xroom’ was not declared in this scope
if(!(par>x&&par-nc>x&&room[neo]==0)&&!(par<x&&par+nc<xroom[neo]==2)){
^~~~~
./Main.cpp:56:60: note: suggested alternative: ‘room’
if(!(par>x&&par-nc>x&&room[neo]==0)&&!(par<x&&par+nc<xroom[neo]==2)){
^~~~~
room
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|