摘要:
1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 int main(){ 6 int a, b; 7 int max; 8 scanf("%d%d", &a, &b); 9 int sma 阅读全文
posted @ 2020-04-08 20:24
听说在北郭
阅读(171)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> int main(){ int a, b; scanf("%d%d", &a, &b); int bigger = a * b; int i; for (i 阅读全文
posted @ 2020-04-08 20:18
听说在北郭
阅读(104)
评论(0)
推荐(0)
浙公网安备 33010602011771号