mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1409.cpp
This commit is contained in:
parent
0cc616cf6f
commit
9e4dc1104d
7
QUSTOJ/1409.cpp
Normal file
7
QUSTOJ/1409.cpp
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user