Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
4149 coj TL
#include <iostream> #include <map> using namespace std; bool jugada(int n) { if(n&1) return false; return !jugada(n/2); } int main() { int T, N; cin >> T; while(T--) { cin >> N; if(jugada(N)) cout << "TAK\n"; else cout << "NIE\n"; } }
run
|
edit
|
history
|
help
0
TransposeMatrix
dsu on tree(264E BLOOD COUSIN RETURNS)
variadic pointer to function template
Lex cpp
infections.cpp
basic caculate i
k1
2
DeepaC++
Test 20(2020)