結果
| 問題 | No.2887 Minahoshi (Easy) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-09-13 21:44:46 |
| 言語 | C++14 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 3 ms / 2,000 ms |
| + 89µs | |
| コード長 | 227 bytes |
| 記録 | |
| コンパイル時間 | 939 ms |
| コンパイル使用メモリ | 177,928 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-08-26 13:28:11 |
| 合計ジャッジ時間 | 3,239 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 27 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define int ll
void solve(){
int n;
cin>>n;
for(int a=0;a<n;a++){
cout<<'a';
}
}
signed main(){
int t=1;
// cin>>t;
for(int a=0;a<t;a++){
solve();
}
}