formygloryandpeacefulday  

2024年11月18日

摘要: include using namespace std; define max 20 int main() { int a[max][max]; int n; cin >> n; int temp; for (int i = 0; i < n; i++) { for (int j = 0; j < 阅读全文
posted @ 2024-11-18 22:14 残夏便是结局 阅读(18) 评论(0) 推荐(0)