摘要:
#include <stdio.h> struct Date { int year; int month; int day; }; int main(){ struct Date p; scanf("%d %d %d", &p.year, &p.month, &p.day); int a[12] = 阅读全文
posted @ 2018-12-17 19:52
可爱到冒泡
阅读(9480)
评论(0)
推荐(0)
摘要:
#include <stdio.h>long jc(int x); int main() { int a, b, c, d, e, f, g; long m1, m2, m3, m4, m5, m6, n1, n2, n3, n4, n5, n6; for(a = 1; a <= 9;a++) { 阅读全文
posted @ 2018-12-17 19:22
可爱到冒泡
阅读(5667)
评论(0)
推荐(0)

浙公网安备 33010602011771号