結果
問題 |
No.1027 U+1F4A0
|
ユーザー |
![]() |
提出日時 | 2020-04-16 23:54:17 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 351 bytes |
コンパイル時間 | 1,459 ms |
コンパイル使用メモリ | 166,464 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-03 04:20:41 |
合計ジャッジ時間 | 2,243 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 22 |
ソースコード
#pragma warning(disable:4996) #include"bits/stdc++.h" using namespace std; #define int long long #define rep(i,n) for(int i=0;i<n;i++) #define RE assert(0); const long long inf = 1e17; typedef pair<int, int> P; signed main() { ios::sync_with_stdio(0); cin.tie(0); int d1, d2; cin >> d1 >> d2; if (!(1 <= d1&&d1 <= 100 & 1 <= d2&&d2 <= 100))RE; }