結果
問題 |
No.494 yukicoder
|
ユーザー |
![]() |
提出日時 | 2022-11-11 07:33:26 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 3 ms / 2,000 ms |
コード長 | 240 bytes |
コンパイル時間 | 1,842 ms |
コンパイル使用メモリ | 193,408 KB |
最終ジャッジ日時 | 2025-02-08 19:39:51 |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define int long long signed main(){ string s = "yukicoder"; for(int i=0;i<9;i++){ char a; cin>>a; if(s[i] != a){ cout<<s[i]<<endl; } } }