摘要: 解决: 5 1 2 3 4 5式输入的问题(第一个5表示后面需要输入的个数) #include <iostream> #include <cstdio> #include <cmath> using namespace std; int main() { int n; while(scanf("%d 阅读全文
posted @ 2020-09-17 22:12 py佐料 阅读(149) 评论(0) 推荐(0)