結果
| 問題 | No.1616 Joke | 
| コンテスト | |
| ユーザー |  mmn15277198 | 
| 提出日時 | 2021-07-22 21:24:58 | 
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 329 bytes | 
| コンパイル時間 | 770 ms | 
| コンパイル使用メモリ | 90,548 KB | 
| 実行使用メモリ | 6,948 KB | 
| 最終ジャッジ日時 | 2024-07-17 16:15:28 | 
| 合計ジャッジ時間 | 1,509 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 13 | 
ソースコード
#include <iostream>
#include <vector>
#include <algorithm>
#include <functional>
#include <queue>
#include <map>
#include <cmath>
#include <iomanip>
using namespace std;
const long long MOD = (long long)(1e9) + 7;
int main() {
  //cout << fixed << setprecision(15);
  int n;
  cin >> n;
  cout << n << endl;
  
  return 0;
}
            
            
            
        