結果
| 問題 | No.8085 Math...? |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-01 20:51:37 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 157 bytes |
| 記録 | |
| コンパイル時間 | 948 ms |
| コンパイル使用メモリ | 178,348 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-05-27 21:45:39 |
| 合計ジャッジ時間 | 4,549 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | WA * 26 |
ソースコード
#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
int N;cin>>N;
for(int X=0;X<N;X++){
cout<<41<<endl;
}
}