結果
| 問題 | No.3159 Just Answer 10 Integers! |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-07-09 01:53:49 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 270 bytes |
| 記録 | |
| コンパイル時間 | 2,015 ms |
| コンパイル使用メモリ | 332,844 KB |
| 実行使用メモリ | 9,172 KB |
| 最終ジャッジ日時 | 2026-07-09 01:53:55 |
| 合計ジャッジ時間 | 3,720 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 8 WA * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(void){
int a[10]={4849845,3233230,1939938,1385670,881790,746130,570570,510510,9699690,9699690*2};
int n;
cin>>n;
for(int i=0;i<n;i++){
cout<<a[i]<<" ";
}
cout<<endl;
return 0;
}