結果
問題 |
No.494 yukicoder
|
ユーザー |
|
提出日時 | 2019-02-16 14:34:11 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 159 bytes |
コンパイル時間 | 542 ms |
コンパイル使用メモリ | 70,376 KB |
最終ジャッジ日時 | 2025-01-06 21:10:20 |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
#include <iostream> #include <string> #include <algorithm> using namespace std; int main() { string s; cin >> s; cout << "yukicoder"[s.find('?')] << endl; }