2021年9月6日

1061 判断题 (15 point(s))

摘要: #include <bits/stdc++.h> using namespace std; int main() { int n, m, score, judge; cin >> n >> m; int ques[m][2] = {0}; for(int i = 0; i < m; i++){ ci 阅读全文

posted @ 2021-09-06 22:18 Atl212 阅读(15) 评论(0) 推荐(0)

1059 C语言竞赛 (20 point(s))

摘要: // 10 #include <bits/stdc++.h> using namespace std; struct Stu{ int rank, existed; }; bool prime(int p){ for(int i = 2; i <= sqrt(p); i++) if(p % i == 阅读全文

posted @ 2021-09-06 07:52 Atl212 阅读(61) 评论(0) 推荐(0)

导航