結果

問題 No.1412 Super Ryuo
ユーザー harurunharurun
提出日時 2021-03-01 15:37:10
言語 cLay
(20240104-1)
結果
CE  
実行時間 -
コード長 38 bytes
コンパイル時間 1,659 ms
コンパイル使用メモリ 150,644 KB
最終ジャッジ日時 2023-09-19 02:12:35
合計ジャッジ時間 2,089 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。

コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:106:25: error: call of overloaded ‘wt_L(bool)’ is ambiguous
   wt_L(((a-c)*(b-d)/3>0));
                         ^
main.cpp:72:13: note: candidate: ‘void wt_L(char)’
 inline void wt_L(char a){
             ^~~~
main.cpp:75:13: note: candidate: ‘void wt_L(long long int)’
 inline void wt_L(long long x){
             ^~~~

ソースコード

diff #

{ll@a,@b,@c,@d;wt(((a-c)*(b-d)/3>0));}
0