結果
| 問題 |
No.8120 Aoki's Present for Takahashi
|
| コンテスト | |
| ユーザー |
highlighter
|
| 提出日時 | 2025-03-24 22:21:13 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 103 bytes |
| コンパイル時間 | 3,275 ms |
| コンパイル使用メモリ | 271,672 KB |
| 実行使用メモリ | 7,328 KB |
| 最終ジャッジ日時 | 2025-04-01 23:11:17 |
| 合計ジャッジ時間 | 6,446 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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