結果
| 問題 |
No.8107 Listening
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-04-01 22:16:48 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 110 bytes |
| コンパイル時間 | 2,122 ms |
| コンパイル使用メモリ | 190,616 KB |
| 最終ジャッジ日時 | 2025-02-20 19:14:37 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | WA * 40 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 2 << endl << 1 << endl << 6 << endl;
}