結果

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

コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:106:28: error: call of overloaded ‘wt_L(int)’ is ambiguous
   wt_L(2-((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(2-((a-c)*(b-d)/3==0));}
0