結果

問題 No.3021 データベースの練習
ユーザー cielciel
提出日時 2017-04-22 22:04:36
言語 Ruby
(3.3.0)
結果
AC  
実行時間 524 ms / 5,000 ms
コード長 104 bytes
コンパイル時間 42 ms
コンパイル使用メモリ 11,336 KB
実行使用メモリ 31,760 KB
平均クエリ数 540.42
最終ジャッジ日時 2023-09-23 13:12:52
合計ジャッジ時間 5,465 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 194 ms
30,916 KB
testcase_01 AC 312 ms
31,060 KB
testcase_02 AC 371 ms
31,760 KB
testcase_03 AC 394 ms
31,144 KB
testcase_04 AC 372 ms
31,072 KB
testcase_05 AC 382 ms
31,508 KB
testcase_06 AC 220 ms
30,960 KB
testcase_07 AC 298 ms
30,908 KB
testcase_08 AC 387 ms
31,356 KB
testcase_09 AC 324 ms
30,988 KB
testcase_10 AC 297 ms
31,176 KB
testcase_11 AC 524 ms
31,316 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