- A+B(hard)
A+B题解
- 2025-2-10 10:02:27 @
#include<bits/stdc++.h>
#define cfs(a) cout << fixed << setprecision(a)
#define what using namespace std
#define ll unsigned long long
#define int long long
#define endl '\n'
#define WA 0;
what;
int a,b;
signed main(void)
{
cin >> a >> b;
cout << a << "+" << b;
return WA
}
0 comments
No comments so far...
Information
- ID
- 1799
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- -Infinity
- Tags
- (None)
- # Submissions
- 6
- Accepted
- 3
- Uploaded By