結果

問題 No.1459 スマホを落としたいだけなのに
ユーザー tailstails
提出日時 2021-04-01 17:20:50
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 137 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 358 ms
コンパイル使用メモリ 7,196 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-05-10 01:39:57
合計ジャッジ時間 3,889 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
testcase_04 AC 1 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 131 ms
5,376 KB
testcase_12 AC 137 ms
5,376 KB
testcase_13 AC 133 ms
5,376 KB
testcase_14 AC 133 ms
5,376 KB
testcase_15 AC 133 ms
5,376 KB
testcase_16 AC 125 ms
5,376 KB
testcase_17 AC 119 ms
5,376 KB
testcase_18 AC 63 ms
5,376 KB
testcase_19 AC 67 ms
5,376 KB
testcase_20 AC 76 ms
5,376 KB
testcase_21 AC 89 ms
5,376 KB
testcase_22 AC 43 ms
5,376 KB
testcase_23 AC 121 ms
5,376 KB
testcase_24 AC 86 ms
5,376 KB
testcase_25 AC 66 ms
5,376 KB
testcase_26 AC 68 ms
5,376 KB
testcase_27 AC 103 ms
5,376 KB
testcase_28 AC 89 ms
5,376 KB
testcase_29 AC 77 ms
5,376 KB
testcase_30 AC 125 ms
5,376 KB
testcase_31 AC 128 ms
5,376 KB
testcase_32 AC 104 ms
5,376 KB
testcase_33 AC 16 ms
5,376 KB
testcase_34 AC 75 ms
5,376 KB
testcase_35 AC 92 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read n
for((;-~++k*k<n*2;)){ :;}
echo $k
0