結果

問題 No.2905 Nabeatsu Integration
ユーザー amentorimaru
提出日時 2024-08-13 16:37:48
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 242 bytes
コンパイル時間 3,340 ms
コンパイル使用メモリ 179,912 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-09-07 11:33:44
合計ジャッジ時間 6,559 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 70
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<vector>
#include<string>
using namespace std;

using ll = long long;
#include <atcoder/all>
using namespace atcoder;
using mint = modint998244353;

int main() {
  string s;
  cin >> s;
  cout << 0;


  return 0;
}
0