結果
| 問題 |
No.8004 愛国心
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2014-12-25 22:59:54 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 182 bytes |
| コンパイル時間 | 561 ms |
| コンパイル使用メモリ | 56,424 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-06-12 23:20:30 |
| 合計ジャッジ時間 | 880 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 |
ソースコード
#include<iostream>
#include<algorithm>
using namespace std;
/*
蟻本を読もう!
*/
int main(){
int n;
while(cin >> n, n){
cout << "?yukicoder"[n] << endl;
}
return 0;
}