摘要:
include include using namespace std; struct Time { int hours; int minutes; int seconds; }; Time addSeconds(Time t, int secondsToAdd) { t.seconds += se
阅读全文
posted @ 2024-11-25 22:09
残夏便是结局
阅读(12)
推荐(0)
摘要:
include using namespace std; define max 20 void swap(char* p, char* q); int main() { char a[max]; int index,n; cout << "输入n" << endl; cin >> n; cout <
阅读全文
posted @ 2024-11-25 22:04
残夏便是结局
阅读(13)
推荐(0)
摘要:
include using namespace std; int main() { struct stuent { int a[5]; double all=0; } s[5]; int low[5], high[5]; double ava[5] = { 0 }; int temp; cout <
阅读全文
posted @ 2024-11-25 22:03
残夏便是结局
阅读(17)
推荐(0)