結果

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

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

ソースコード

diff #

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