結果
| 問題 | No.2905 Nabeatsu Integration |
| コンテスト | |
| ユーザー |
👑 amentorimaru
|
| 提出日時 | 2024-08-13 16:37:48 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 242 bytes |
| 記録 | |
| コンパイル時間 | 2,937 ms |
| コンパイル使用メモリ | 260,028 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-04-04 00:54:46 |
| 合計ジャッジ時間 | 5,923 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge5_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 70 |
ソースコード
#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;
}
amentorimaru