摘要: 问题A:Hello SUST! 知识点:基本输入输出 C/C++: 1 #include <stdio.h> 2 3 int main() { 4 int n; 5 scanf("%d", &n); 6 while(n --) { 7 printf("Hello SUST!\n"); 8 } 9 r 阅读全文
posted @ 2019-07-10 15:35 Cruel_King 阅读(502) 评论(0) 推荐(0) 编辑