Untitled
unknown
plain_text
2 years ago
284 B
2
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...