結果

問題 No.2555 Intriguing Triangle
ユーザー tailstails
提出日時 2023-12-04 11:02:40
言語 cLay
(20240104-1)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 106 bytes
コンパイル時間 2,512 ms
コンパイル使用メモリ 172,488 KB
実行使用メモリ 6,676 KB
最終ジャッジ日時 2023-12-04 11:02:45
合計ジャッジ時間 4,062 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,676 KB
testcase_01 AC 2 ms
6,676 KB
testcase_02 AC 2 ms
6,676 KB
testcase_03 AC 1 ms
6,676 KB
testcase_04 AC 2 ms
6,676 KB
testcase_05 AC 1 ms
6,676 KB
testcase_06 AC 1 ms
6,676 KB
testcase_07 AC 1 ms
6,676 KB
testcase_08 AC 1 ms
6,676 KB
testcase_09 AC 1 ms
6,676 KB
testcase_10 AC 1 ms
6,676 KB
testcase_11 AC 2 ms
6,676 KB
testcase_12 AC 2 ms
6,676 KB
testcase_13 AC 1 ms
6,676 KB
testcase_14 AC 1 ms
6,676 KB
testcase_15 AC 1 ms
6,676 KB
testcase_16 AC 1 ms
6,676 KB
testcase_17 AC 1 ms
6,676 KB
testcase_18 AC 1 ms
6,676 KB
testcase_19 AC 2 ms
6,676 KB
testcase_20 AC 2 ms
6,676 KB
testcase_21 AC 1 ms
6,676 KB
testcase_22 AC 2 ms
6,676 KB
testcase_23 AC 2 ms
6,676 KB
testcase_24 AC 2 ms
6,676 KB
testcase_25 AC 2 ms
6,676 KB
testcase_26 AC 2 ms
6,676 KB
testcase_27 AC 2 ms
6,676 KB
testcase_28 AC 1 ms
6,676 KB
testcase_29 AC 2 ms
6,676 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:83:10: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
   83 |   char*z="No";
      |          ^~~~
main.cpp:94:11: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
   94 |         z="Yes";
      |           ^~~~~

ソースコード

diff #

char*z="No";ll@a,@b,@c;rep(d,201)rep(e,1,201)if(abs(b-c)<d+a+e<b+c&d*(d+a)*c*c==e*(e+a)*b*b)z="Yes";wt(z);
0