Untitled
unknown
plain_text
3 years ago
284 B
13
Indexable
#include <iostream> // для ввода вывода
#include <string> // что бы не писать ыыев
using namespace std;
int main() {
int A ;
int B ;
cin >> A >> B;
int C;
C = A + B;
cout << C;
return 0;
}Editor is loading...