Task: | Sanat |
Sender: | |
Submission time: | 2015-12-20 16:58:21 +0200 |
Language: | C++ |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | ACCEPTED | 0 |
test | verdict | time | score | |
---|---|---|---|---|
#1 | ACCEPTED | 0.07 s | 0 | details |
Code
#include <bits/stdc++.h>#define F first#define S secondusing namespace std;typedef long long ll;typedef long double ld;int main(){ios_base::sync_with_stdio(0);cin.tie(0);char c1='y';//englantichar c2='e';//suomiint n;cin>>n;for (int i=0;i<n;i++){int t=0;string s;cin>>s;for (char c:s){if (c==c1){t--;}if (c==c2){t++;}}if (t==0){if (rand()%2==0){cout<<"10-4\n";}else{cout<<"QAQ\n";}}else{if (t>0){cout<<"10-4\n";}else{cout<<"QAQ\n";}}}}