Submission #00082


ソースコード

ステータス

項目 データ
問題 0025 - ボールの塗り分け
ユーザー名 緑茶主義
投稿日時 2025-11-05 10:18:49
言語 C++11
状態 Compile Error
得点 0
ソースコード長 1780 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:26:5: error: ‘unorderd_set’ was not declared in this scope
     unorderd_set<ll>s;
     ^~~~~~~~~~~~
./Main.cpp:4:12: error: expected primary-expression before ‘long’
 #define ll long long
            ^~~~
./Main.cpp:26:18: note: in expansion of macro ‘ll’
     unorderd_set<ll>s;
                  ^~
./Main.cpp:39:9: error: ‘s’ was not declared in this scope
         s.insert(f(r-1,sumR-sumB));
         ^
./Main.cpp:60:46: error: ‘s’ was not declared in this scope
                 if(r == line+1&&b == line+1&&s.count(f(j,(sumR-sumB)*-1))){
                                              ^

セット

セット 得点 Cases

テストケース

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