結果
問題 |
No.2011 Arbitrary Mod (Hidden)
|
ユーザー |
![]() |
提出日時 | 2022-04-26 17:25:48 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 335 bytes |
コンパイル時間 | 2,023 ms |
コンパイル使用メモリ | 192,108 KB |
最終ジャッジ日時 | 2025-01-28 21:57:14 |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 43 |
ソースコード
#include <bits/stdc++.h> #define rep(i,n) for(int i = 0; i < (int)(n); i++) using namespace std; using LL = long long; using P = pair<int,int>; using vv = vector<vector<int>>; const int INF = (int)1e9; const LL LINF = (LL)1e18; int main(){ LL n; cin >> n; LL m = 57885161LL; cout << m << endl; cout << 1 << endl; return 0; }