mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-26 03:00:07 +00:00
parent
d7e56856e0
commit
57c70f1b93
10
Hydro/H1000/H1000.cpp
Normal file
10
Hydro/H1000/H1000.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…
x
Reference in New Issue
Block a user