結果
| 問題 | No.2905 Nabeatsu Integration |
| コンテスト | |
| ユーザー |
👑 amentorimaru
|
| 提出日時 | 2024-08-13 16:37:48 |
| 言語 | C++23 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 242 bytes |
| 記録 | |
| コンパイル時間 | 3,033 ms |
| コンパイル使用メモリ | 260,456 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-08-25 13:28:54 |
| 合計ジャッジ時間 | 6,549 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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