結果
問題 |
No.8089 32xtm fwf8ggk pgmer@ qr@,wsvb guf@t^xd@
|
ユーザー |
|
提出日時 | 2022-04-01 22:16:14 |
言語 | C++17(clang) (17.0.6 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 119 bytes |
コンパイル時間 | 2,823 ms |
コンパイル使用メモリ | 160,128 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-20 09:46:52 |
合計ジャッジ時間 | 3,402 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 10 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; cout << n << endl; return 0; }