結果
問題 | No.2410 Nine Numbers |
ユーザー | Ping Chung Chang |
提出日時 | 2023-08-25 17:44:01 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 331 bytes |
コンパイル時間 | 1,301 ms |
コンパイル使用メモリ | 164,912 KB |
実行使用メモリ | 6,812 KB |
最終ジャッジ日時 | 2024-06-06 11:57:00 |
合計ジャッジ時間 | 1,802 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; #define ll long long #define pll pair<ll,ll> #define pii pair<int,int> #define fs first #define sc second int main(){ ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); cout<<4500<<' '; int p = 1; for(int i = 0;i<8;i++){ cout<<p<<' '; p*=3; } return 0; }