mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-02-20 06:46:37 +00:00
1. A + B
https://www.acwing.com/problem/content/submission/code_detail/7473278/
This commit is contained in:
parent
b47cded883
commit
afb997d950
10
AcWing/1/1.cpp
Normal file
10
AcWing/1/1.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