mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-11 23:31:58 +00:00
B2001 入门测试题目
R52360502
This commit is contained in:
parent
2c2bcd5c7c
commit
48c7c9b164
10
Luogu/problem/B2001/B2001.cpp
Normal file
10
Luogu/problem/B2001/B2001.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
long long a, b;
|
||||||
|
cin >> a >> b;
|
||||||
|
cout << a + b << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user