結果

問題 No.3021 データベースの練習
ユーザー cielciel
提出日時 2017-04-22 22:07:03
言語 Ruby
(3.3.0)
結果
AC  
実行時間 502 ms / 5,000 ms
コード長 103 bytes
コンパイル時間 109 ms
コンパイル使用メモリ 11,372 KB
実行使用メモリ 31,588 KB
平均クエリ数 540.42
最終ジャッジ日時 2023-09-23 13:13:58
合計ジャッジ時間 5,515 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 192 ms
30,872 KB
testcase_01 AC 306 ms
31,156 KB
testcase_02 AC 379 ms
31,396 KB
testcase_03 AC 389 ms
30,916 KB
testcase_04 AC 368 ms
31,096 KB
testcase_05 AC 372 ms
30,968 KB
testcase_06 AC 217 ms
31,588 KB
testcase_07 AC 290 ms
30,992 KB
testcase_08 AC 363 ms
30,900 KB
testcase_09 AC 305 ms
31,124 KB
testcase_10 AC 283 ms
30,944 KB
testcase_11 AC 502 ms
31,476 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets.to_i.times{puts'select count(*) from point where %s<=x and x<=%s and %s<=y and y<=%s;'%gets.split}
0