formygloryandpeacefulday  

2024年11月15日

摘要: include include<stdlib.h> using namespace std; int main() { int n, sum, i, * p; cout << "enter n" << endl; cin >> n; if ((p = (int*)calloc(n, sizeof(i 阅读全文
posted @ 2024-11-15 23:57 残夏便是结局 阅读(10) 评论(0) 推荐(0)