- A+B Problem
很简单
- @ 2025-11-26 17:11:17
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main(){
cin>>a>>b;
cout<<a+b;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 1
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 4
- Tags
- # Submissions
- 77
- Accepted
- 38
- Uploaded By