結果
問題 |
No.1546 [Cherry 2nd Tune D] 思ったよりも易しくない
|
ユーザー |
👑 ![]() |
提出日時 | 2021-06-08 14:07:23 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 417 bytes |
コンパイル時間 | 6,788 ms |
コンパイル使用メモリ | 222,640 KB |
実行使用メモリ | 69,208 KB |
最終ジャッジ日時 | 2024-12-14 21:49:20 |
合計ジャッジ時間 | 17,752 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 53 |
ソースコード
//Validation (思ったよりも易しくない) #include <iostream> #include "testlib.h" using namespace std; using ll=long long; int main(){ registerValidation(); int N=inf.readInt(1,3e5); inf.readEoln(); for (int i=1; i<=N; i++){ ll t=inf.readLong(1LL,1e18); inf.readChar(' '); ll v=inf.readInt(0,998244353-1); inf.readEoln(); } inf.readEof(); return 0; }