結果
問題 | No.2253 Ignore Subtle Differences |
ユーザー | planes |
提出日時 | 2023-03-24 22:25:54 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 294 bytes |
コンパイル時間 | 1,555 ms |
コンパイル使用メモリ | 164,432 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-09-18 17:17:56 |
合計ジャッジ時間 | 1,953 ms |
ジャッジサーバーID (参考情報) |
judge1 / 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; }