結果
| 問題 | No.8127 Are you tourist? |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-04-01 21:50:00 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 146 bytes |
| 記録 | |
| コンパイル時間 | 2,249 ms |
| コンパイル使用メモリ | 327,760 KB |
| 実行使用メモリ | 335,604 KB |
| 最終ジャッジ日時 | 2026-04-01 21:50:08 |
| 合計ジャッジ時間 | 3,283 ms |
|
ジャッジサーバーID (参考情報) |
judge4_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(void) {
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout << 1112 << "\n";
}