彼界来客
彼界来客
全部文章
分类
归档
标签
去牛客网
登录
/
注册
彼界来客的博客
全部文章
(共2篇)
题解 | #判断成绩等级#
#include <iostream> #include <unordered_map> using namespace std; int main() { int score; cin >> score; unordered_map&l...
2024-06-30
0
110
题解 | #简单运算#
#include <iostream> using namespace std; int main() { int a,b; int temp; cin>>a; cin>>b; if(b>a){ te...
2024-06-29
0
117