摘要: #include <stdio.h>#include <stdlib.h>int main(){ long long n; int count = 0; printf("输入一个整数: "); scanf("%lld", &n); //lld是long long整型// while(n != 0) 阅读全文
posted @ 2022-11-16 22:39 程碗饭 阅读(135) 评论(0) 推荐(0)