摘要: ACM招新赛补题 1.比大小 临场考试,暴力万岁 题目链接:题目详情 - 7-2 比大小 (pintia.cn) 1 #include <bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 int n; 6 cin>>n; 7 for(int i=0;i< 阅读全文
posted @ 2022-11-03 15:59 Zac-saodiseng 阅读(37) 评论(0) 推荐(0)