結果
問題 | No.1402 ビル街 |
ユーザー |
👑 ![]() |
提出日時 | 2021-02-19 23:14:29 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 3,153 ms |
コード長 | 287 bytes |
コンパイル時間 | 1,753 ms |
コンパイル使用メモリ | 189,348 KB |
最終ジャッジ日時 | 2025-01-19 01:40:27 |
ジャッジサーバーID (参考情報) |
judge5 / judge6 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 5 |
ソースコード
#include <bits/stdc++.h>using namespace std;using LL=long long;using ULL=unsigned long long;#define rep(i,n) for(int i=0; i<(n); i++)int N;int main(){cin>>N;cout<<"2000000000";cout<<" 1000000001";rep(i,N-1) cout<<" "<<(i+100);cout<<" 2000000000\n";return 0;}