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