formygloryandpeacefulday  

2024年11月22日

摘要: 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-22 23:50 残夏便是结局 阅读(17) 评论(0) 推荐(0)