結果
| 問題 | No.8120 Aoki's Present for Takahashi |
| コンテスト | |
| ユーザー |
highlighter
|
| 提出日時 | 2025-03-24 22:21:13 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 103 bytes |
| 記録 | |
| コンパイル時間 | 1,838 ms |
| コンパイル使用メモリ | 329,720 KB |
| 実行使用メモリ | 9,284 KB |
| 最終ジャッジ日時 | 2026-07-08 07:16:01 |
| 合計ジャッジ時間 | 5,490 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | RE * 20 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int main(){
int T,TT;
cin >> T >> TT;
assert(T==TT);
}
highlighter