摘要: //divisors.c --使用条件运算符 #include<stdio.h>#pragma warning(disable : 4996)#define COVERAGE 350 int main() { int sq_feet; int cans; printf("Enter number o 阅读全文
posted @ 2022-10-19 09:38 江南王小帅 阅读(76) 评论(0) 推荐(0)
摘要: //divisors.c --统计字符数 单词数 行数 #include<stdio.h>#pragma warning(disable : 4996)#include<stdbool.h>#include<ctype.h>constexpr auto STOP = '|'; int main()  阅读全文
posted @ 2022-10-19 09:00 江南王小帅 阅读(33) 评论(0) 推荐(0)