Create 1409.cpp

pull/21/head
KiritoTRw 2016-06-13 13:12:57 +08:00 committed by GitHub
parent 0cc616cf6f
commit 9e4dc1104d
1 changed files with 7 additions and 0 deletions

7
QUSTOJ/1409.cpp Normal file
View File

@ -0,0 +1,7 @@
#include <cstdio>
using namespace std;
#define G "\n"
int main()
{
return printf("cock=0,hen=25,chicken=75" G "cock=4,hen=18,chicken=78" G "cock=8,hen=11,chicken=81" G "cock=12,hen=4,chicken=84" G),0;
}