摘要: 语法基础,不讲了,给出正经做法与乱搞做法(主要由他人创建) #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b; } #include<cstdio> int a,b; int 阅读全文
posted @ 2025-06-07 12:31 哈利·波特 阅读(10) 评论(0) 推荐(0)