Submission #28219


ソースコード

ステータス

項目 データ
問題 0541 - 回転SUSHI
ユーザー名 r1705
投稿日時 2017-10-31 19:36:28
言語 C++11
状態 Compile Error
得点 0
ソースコード長 460 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:14:3: error: expected unqualified-id before ‘for’
   for(int i=now;i<n;i++){
   ^~~
./Main.cpp:14:17: error: ‘i’ does not name a type
   for(int i=now;i<n;i++){
                 ^
./Main.cpp:14:21: error: ‘i’ does not name a type
   for(int i=now;i<n;i++){
                     ^
./Main.cpp:17:3: error: expected unqualified-id before ‘return’
   return memo[now]=rec;
   ^~~~~~
./Main.cpp:18:1: error: expected declaration before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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