結果
| 問題 |
No.1616 Joke
|
| コンテスト | |
| ユーザー |
a
|
| 提出日時 | 2021-10-31 18:10:18 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 4 ms / 2,000 ms |
| コード長 | 334 bytes |
| コンパイル時間 | 10,312 ms |
| コンパイル使用メモリ | 409,968 KB |
| 最終ジャッジ日時 | 2025-01-25 10:01:17 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 13 |
ソースコード
#include <bits/stdc++.h>
#include <atcoder/all>
#include <boost/multiprecision/cpp_int.hpp>
using namespace std;
using namespace atcoder;
using namespace boost::multiprecision;
void solve() {
int N;
cin >> N;
cout << N << endl;
}
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
solve();
return 0;
}
a