結果
問題 | No.1412 Super Ryuo |
ユーザー | kotatsugame |
提出日時 | 2021-03-01 09:55:49 |
言語 | cLay (20240714-1) |
結果 |
CE
|
実行時間 | - |
コード長 | 49 bytes |
コンパイル時間 | 1,712 ms |
コンパイル使用メモリ | 163,196 KB |
最終ジャッジ日時 | 2024-07-05 15:04:49 |
合計ジャッジ時間 | 2,020 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp: In function ‘int main()’: main.cpp:106:7: error: call of overloaded ‘wt_L(int)’ is ambiguous 106 | wt_L(1+((a-=c)*a+(b-=d)*b>5&&a*b)); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:72:13: note: candidate: ‘void wt_L(char)’ 72 | inline void wt_L(const char a){ | ^~~~ main.cpp:75:13: note: candidate: ‘void wt_L(long long int)’ 75 | inline void wt_L(long long x){ | ^~~~
ソースコード
{ll@a,@b,@c,@d;wt(1+((a-=c)*a+(b-=d)*b>5&&a*b));}