結果

提出番号 1488
提出者 OpenTheWindow
言語 C++
提出日時 2018-08-04 13:04:10
問題名 (67)575ゲーム
結果 WA
点数 0%

テストケース

テストケース 結果 得点 実行時間 メモリ使用量
1 WA 0% 2ms 7968KB
2 WA 0% 2ms 8432KB
3 WA 0% 2ms 8192KB
4 WA 0% 2ms 8400KB
5 WA 0% 2ms 8064KB
6 WA 0% 2ms 7520KB
7 WA 0% 2ms 8448KB
8 WA 0% 2ms 8448KB
9 WA 0% 1ms 8672KB
10 WA 0% 2ms 8448KB
11 WA 0% 2ms 8032KB
12 WA 0% 2ms 8368KB
13 WA 0% 2ms 7776KB
14 WA 0% 1ms 8336KB
15 WA 0% 1ms 8720KB
16 WA 0% 2ms 7232KB
17 WA 0% 2ms 8016KB
18 WA 0% 1ms 8304KB
19 WA 0% 1ms 8080KB
20 WA 0% 2ms 8032KB
21 WA 0% 2ms 8448KB
22 WA 0% 2ms 8432KB
23 WA 0% 1ms 8720KB
24 WA 0% 1ms 7504KB
25 WA 0% 2ms 7984KB
26 WA 0% 2ms 8416KB
27 WA 0% 2ms 8352KB
28 WA 0% 2ms 8432KB
29 WA 0% 2ms 8352KB
30 WA 0% 2ms 8176KB

ソースコード

#include<iostream>
#include<string>
#include<vector>
#include<set>
#include<algorithm>
#include<math.h>
#include<map>
#include<queue>	

using namespace std;


//1
int main() {
	int f, c;
	cin >> f >> c;
	int x = min(f * 2, c);
	if (x % 2 == 0) {
		cout << "k" << endl;
	}
	else {
		cout<< "o" << endl;
	}

	return 0;
}


/*
//2
int main() {


return 0;
}
*/

/*
//3
int main() {


return 0;
}
*/

/*
//4
int main() {


return 0;
}
*/

/*
//5
int main() {


return 0;
}
*/

/*
//6
int main() {


return 0;
}
*/

/*
//7
int main() {


return 0;
}
*/

/*
//8
int main() {


return 0;
}
*/

/*
//9
int main() {


return 0;
}
*/

/*
//10
int main() {


return 0;
}
*/