摘要: 水水水! C/C++ 1 #include <iostream> 2 using namespace std; 3 4 int main() { 5 int a[10] = { 0 }; 6 for (int i = 0; i < 10; i++)cin >> a[i]; 7 //输出第一个数 8 阅读全文
posted @ 2020-07-10 01:55 上帝的绵羊 阅读(245) 评论(0) 推荐(0) 编辑