摘要:
1: #include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if(n >= 90) cout << 'A'; else if(n >= 80) cout << 'B'; else if(n >= 70) 阅读全文
posted @ 2022-12-01 23:39
荣荣荣荣荣荣
阅读(36)
评论(0)
推荐(0)
摘要:
1: #include <bits/stdc++.h> using namespace std; int main() { int n = 10; double MAX, AVG = 0; cin >> AVG; MAX = AVG; for(int i = 1; i < n; i++){ doub 阅读全文
posted @ 2022-12-01 23:33
荣荣荣荣荣荣
阅读(33)
评论(0)
推荐(0)
摘要:
1: #include <bits/stdc++.h> using namespace std; int main(){ for(int i = 300; i <= 500; i += 2){ if(i % 3 == 0 && i % 7 == 0) printf("%d\n", i); } ret 阅读全文
posted @ 2022-12-01 23:32
荣荣荣荣荣荣
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号