結果
問題 | No.2393 Bit Grid Connected Component |
ユーザー | hiro1729 |
提出日時 | 2023-07-26 10:48:38 |
言語 | cLay (20240714-1) |
結果 |
CE
|
実行時間 | - |
コード長 | 51 bytes |
コンパイル時間 | 2,584 ms |
コンパイル使用メモリ | 163,340 KB |
最終ジャッジ日時 | 2024-10-02 22:42:00 |
合計ジャッジ時間 | 4,118 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp:221:18: error: stray ‘@’ in program 221 | while(long long@x,@y){ | ^ main.cpp:221:21: error: stray ‘@’ in program 221 | while(long long@x,@y){ | ^ main.cpp: In function ‘int main()’: main.cpp:221:20: error: expected initializer before ‘,’ token 221 | while(long long@x,@y){ | ^ main.cpp:221:20: error: expected ‘)’ before ‘,’ token 221 | while(long long@x,@y){ | ~ ^ | ) main.cpp:221:20: error: expected primary-expression before ‘,’ token main.cpp:221:22: error: ‘y’ was not declared in this scope 221 | while(long long@x,@y){ | ^
ソースコード
ll@T;while(ll@x,@y){x|=(1LL<<y)-1;wt(x&(x^(x+1)));}