@ -1,8 +1,9 @@
#include <iostream>
int main() {
int a = 2;
int b = 3;
int a;
int b;
std::cin >> a >> b;
std::cout << a - b;
std::cout << a + b;
}
The note is not visible to the blocked user.