結果
問題 |
No.1583 Building Blocks
|
ユーザー |
![]() |
提出日時 | 2021-06-10 14:17:47 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 307 bytes |
コンパイル時間 | 8,420 ms |
コンパイル使用メモリ | 222,504 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-29 04:39:30 |
合計ジャッジ時間 | 8,010 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 43 |
ソースコード
#include <iostream> #include "testlib.h" using namespace std; int main() { registerValidation(); int N = inf.readInt(1, 1000, "N"); inf.readEoln(); for (int i = 0; i < N; i++) { int w = inf.readInt(1, 1000000000, "w"); int s = inf.readInt(1, 1000000000, "s"); inf.readEoln(); } inf.readEof(); }