結果
| 問題 |
No.2410 Nine Numbers
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-08-30 08:57:20 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 225 bytes |
| コンパイル時間 | 1,357 ms |
| コンパイル使用メモリ | 159,032 KB |
| 実行使用メモリ | 6,816 KB |
| 最終ジャッジ日時 | 2025-01-01 18:37:23 |
| 合計ジャッジ時間 | 1,893 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
#define int long long
typedef pair<int, int> pii;
int32_t main() {
cin.tie(0) -> sync_with_stdio(false);
cout << "1 3 9 27 81 243 729 2187 6561" << endl;
return 0;
}