mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-24 04:08:49 +00:00
B2007 A + B 问题
R52397520
This commit is contained in:
parent
52782bee54
commit
42092af198
10
Luogu/problem/B2007/B2007.cpp
Normal file
10
Luogu/problem/B2007/B2007.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
int a, b;
|
||||||
|
cin >> a >> b;
|
||||||
|
cout << a + b << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user