結果
問題 |
No.2348 Power!! (Easy)
|
ユーザー |
|
提出日時 | 2023-06-15 20:57:01 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 213 bytes |
コンパイル時間 | 1,514 ms |
コンパイル使用メモリ | 164,488 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-23 18:58:32 |
合計ジャッジ時間 | 2,147 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | WA * 12 |
ソースコード
#include <bits/stdc++.h> using namespace std; const int mod = 998244353; int main() { int t,A,n; cin>>t; while(t--){ cin>>A>>n; } cout<<531<<endl<<1<<endl<<253186705; return 0; }