結果

問題 No.2393 Bit Grid Connected Component
ユーザー hiro1729hiro1729
提出日時 2023-07-26 10:48:38
言語 cLay
(20240104-1)
結果
CE  
実行時間 -
コード長 51 bytes
コンパイル時間 2,727 ms
コンパイル使用メモリ 164,252 KB
最終ジャッジ日時 2024-04-12 11:01:33
合計ジャッジ時間 4,007 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、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){
      |                      ^

ソースコード

diff #

ll@T;while(ll@x,@y){x|=(1LL<<y)-1;wt(x&(x^(x+1)));}
0