mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1847.cpp
This commit is contained in:
parent
9e5f2e11ea
commit
e7cc423eaa
13
HDOJ/1847.cpp
Normal file
13
HDOJ/1847.cpp
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#include <cstdio>
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
int n;
|
||||||
|
while(scanf("%d",&n)==1)
|
||||||
|
if(n%3) printf("Kiki\n");
|
||||||
|
else printf("Cici\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user