結果

問題 No.1412 Super Ryuo
ユーザー harurunharurun
提出日時 2021-03-01 15:33:48
言語 cLay
(20240714-1)
結果
CE  
実行時間 -
コード長 40 bytes
コンパイル時間 1,501 ms
コンパイル使用メモリ 163,060 KB
最終ジャッジ日時 2024-07-05 15:04:43
合計ジャッジ時間 2,029 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(((a-c)*(b-d)/3>0)+1);
      |   ~~~~^~~~~~~~~~~~~~~~~~~~~
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(((a-c)*(b-d)/3>0)+1);}
0