Submission #00137


ソースコード

ステータス

項目 データ
問題 0006 - 回れ雛月花 -Extra
ユーザー名 波紋疾走
投稿日時 2017-07-25 11:54:11
言語 C++11
状態 Compile Error
得点 0
ソースコード長 2078 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:9:33: エラー: redefinition of ‘int c’
 P pCreate(int a,int b,int c,int c);
                                 ^
./Main.cpp:9:27: 備考: ‘int c’ previously declared here
 P pCreate(int a,int b,int c,int c);
                           ^
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:45:30: エラー: too many arguments to function ‘P pCreate(int, int, int)’
   node.push(pCreate(0,0,sy,sx));
                              ^
./Main.cpp:9:3: 備考: ここで宣言されています
 P pCreate(int a,int b,int c,int c);
   ^~~~~~~
./Main.cpp:67:47: エラー: too many arguments to function ‘P pCreate(int, int, int)’
             edge.push(pCreate(cost+1,bit,ny,nx));
                                               ^
./Main.cpp:9:3: 備考: ここで宣言されています
 P pCreate(int a,int b,int c,int c);
   ^~~~~~~
./Main.cpp:69:62: エラー: too many arguments to function ‘P pCreate(int, int, int)’
               node.push(pCreate(cost+1,bit|swch[ny][nx],ny,nx));
                                                              ^
./Main.cpp:9:3: 備考: ここで宣言されています
 P pCreate(int a,int b,int c,int c);
   ^~~~~~~

セット

セット 得点 Cases

テストケース

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