結果
| 問題 | No.513 宝探し2 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2017-06-19 05:43:49 |
| 言語 | cLay (20250308-1 + boost 1.89.0) |
| 結果 |
CE
|
| 実行時間 | - |
| コード長 | 64 bytes |
| 記録 | |
| コンパイル時間 | 1,802 ms |
| コンパイル使用メモリ | 178,236 KB |
| 最終ジャッジ日時 | 2026-03-26 20:26:11 |
| 合計ジャッジ時間 | 2,160 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:248:11: error: too few arguments to function ‘int fflush(FILE*)’
248 | fflush();
| ~~~~~~^~
In file included from /usr/include/c++/14/cstdio:42,
from /usr/include/c++/14/ext/string_conversions.h:45,
from /usr/include/c++/14/bits/basic_string.h:4154,
from /usr/include/c++/14/string:54,
from /usr/include/c++/14/bitset:52,
from /usr/include/x86_64-linux-gnu/c++/14/bits/stdc++.h:52,
from main.cpp:4:
/usr/include/stdio.h:236:12: note: declared here
236 | extern int fflush (FILE *__stream);
| ^~~~~~
ソースコード
ll a,b,i;{for(;++i%2^!a^!b;)wt(a-b/2,b/2),fflush(),rd(i%2?a:b);}
testestest