結果
問題 |
No.8055 2019(注:異常な難易度です)
|
ユーザー |
![]() |
提出日時 | 2019-07-26 22:39:36 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 175 bytes |
コンパイル時間 | 1,470 ms |
コンパイル使用メモリ | 165,924 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-02 08:06:08 |
合計ジャッジ時間 | 4,372 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 90 |
ソースコード
#include <bits/stdc++.h> #define all(x) (x).begin(), (x).end() using namespace std; typedef long long ll; int main() { int n; cin >> n; cout << n << endl; return 0; }