結果
問題 | No.354 メルセンヌ素数 |
ユーザー |
![]() |
提出日時 | 2016-04-01 22:28:52 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 221 bytes |
コンパイル時間 | 1,624 ms |
コンパイル使用メモリ | 165,812 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-02 00:58:08 |
合計ジャッジ時間 | 2,213 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 13 |
ソースコード
#include<bits/stdc++.h>#define PB push_back#define MP make_pairusing namespace std;typedef long long int LL;typedef pair<LL, LL> PLL;typedef vector<PLL> VP;int main(){int p;cin >> p;cout << p << endl;}