結果
問題 | No.2253 Ignore Subtle Differences |
ユーザー | planes |
提出日時 | 2023-03-24 22:25:57 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 294 bytes |
コンパイル時間 | 1,547 ms |
コンパイル使用メモリ | 165,572 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-09-18 17:17:58 |
合計ジャッジ時間 | 1,738 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; using ll =long long; #define all(v) v.begin(),v.end() #define rep(i,a,b) for(int i=a;i<b;i++) #define rrep(i,a,b) for(int i=a;i>=b;i--) int main() { cout<<0<<" "<<0<<endl; cout<<100000000<<" "<<173205081<<endl; cout<<200000000<<" "<<0<<endl; }