結果
| 問題 |
No.3149 find X which satisfies with equlation
|
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2025-05-20 22:14:32 |
| 言語 | cLay (20241019-1) |
| 結果 |
CE
|
| 実行時間 | - |
| コード長 | 16 bytes |
| コンパイル時間 | 2,954 ms |
| コンパイル使用メモリ | 174,420 KB |
| 最終ジャッジ日時 | 2025-05-20 22:14:36 |
| 合計ジャッジ時間 | 3,761 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp:219:15: error: stray ‘@’ in program
219 | long long Am@b;
| ^
main.cpp: In function ‘int main()’:
main.cpp:219:16: error: expected initializer before ‘b’
219 | long long Am@b;
| ^
main.cpp:220:6: error: ‘Am’ was not declared in this scope; did you mean ‘tm’?
220 | rd(Am);
| ^~
| tm
main.cpp:221:8: error: ‘A’ was not declared in this scope
221 | wt_L(A^B);
| ^
main.cpp:221:10: error: ‘B’ was not declared in this scope
221 | wt_L(A^B);
| ^
ソースコード
ll@Am@b;wt(A^B);