結果
問題 | No.494 yukicoder |
ユーザー | sper_air_reader |
提出日時 | 2017-12-17 07:02:46 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 181 bytes |
コンパイル時間 | 1,629 ms |
コンパイル使用メモリ | 164,252 KB |
実行使用メモリ | 17,088 KB |
最終ジャッジ日時 | 2024-05-08 19:22:09 |
合計ジャッジ時間 | 8,069 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | TLE | - |
testcase_01 | -- | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ char s[]="yukicoder"; char x; scanf("%s",&x); for(int i=0;1;i++){ if(x=='?')printf("%c",s[i]); } return 0; }