经典练习C语言编程的题目及答案整理模板
经典练习C语言编程的题目及答案整理#include <>int main(){int input,output= 0; scanf("%d",&input);while(input != 0) {