From 82a316ba162aedeacbc96684d3f218a6fdc4a68e Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Wed, 12 Oct 2016 11:24:03 +0800 Subject: [PATCH] Create 1057_1408080213.c --- QUSTOJ/1057_1408080213.c | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 QUSTOJ/1057_1408080213.c diff --git a/QUSTOJ/1057_1408080213.c b/QUSTOJ/1057_1408080213.c new file mode 100644 index 0000000..c233e61 --- /dev/null +++ b/QUSTOJ/1057_1408080213.c @@ -0,0 +1,55 @@ +#include +#include +int main() +{ + char a[12][20], temp[20], name[20];// name,the number = the name + int qian[20],shou[20],song[20]; + int m, r;// money the number of people + int n, i, j, k, l; + while(scanf("%d", &n)!=EOF) + { + for(i=0; i