結果
| 問題 | No.2086 A+B問題 |
| コンテスト | |
| ユーザー |
harurun
|
| 提出日時 | 2022-09-30 23:04:49 |
| 言語 | cLay (20250308-1 + boost 1.89.0) |
| 結果 |
CE
|
| 実行時間 | - |
| コード長 | 44 bytes |
| 記録 | |
| コンパイル時間 | 3,892 ms |
| コンパイル使用メモリ | 486,716 KB |
| 最終ジャッジ日時 | 2026-05-29 03:43:10 |
| 合計ジャッジ時間 | 4,664 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp:182:33: error: stray ‘@’ in program
182 | boost::multiprecision::cpp_int@a;
| ^
main.cpp:183:3: error: stray ‘@’ in program
183 | @b;
| ^
main.cpp: In function ‘int main()’:
main.cpp:183:4: error: ‘b’ was not declared in this scope
183 | @b;
| ^
ソースコード
boost::multiprecision::cpp_int@a,@b;wt(a+b);
harurun