結果
問題 | No.354 メルセンヌ素数 |
ユーザー |
![]() |
提出日時 | 2017-05-04 08:49:07 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 16 ms / 1,000 ms |
コード長 | 373 bytes |
コンパイル時間 | 1,971 ms |
コンパイル使用メモリ | 191,848 KB |
最終ジャッジ日時 | 2025-01-03 22:16:08 |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 13 |
ソースコード
#include <bits/stdc++.h>#define re(i,j,n) for(li i=(j);i<(n);i++)#define rep(i,n) re(i,0,(n))#define all(a) begin(a),end(a)#define pb push_backusing namespace std;typedef long int li;typedef unsigned long long ull;typedef vector<int> vi;typedef vector<li> vli;typedef vector<string> vs;int main(){li x;cin>>x;cout<<x<<endl;return 0;}