結果
問題 | No.1583 Building Blocks |
ユーザー |
![]() |
提出日時 | 2021-06-10 14:18:26 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 326 bytes |
コンパイル時間 | 5,938 ms |
コンパイル使用メモリ | 224,016 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-29 04:39:38 |
合計ジャッジ時間 | 7,492 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 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"); inf.readSpace(); int s = inf.readInt(1, 1000000000, "s"); inf.readEoln(); } inf.readEof(); }