#include <iostream> int main() { int in1, in2; std::cin >> in1 >> in2; // Put your code here }
#include <iostream> int main() { int in1, in2; std::cin >> in1 >> in2; // Put your code here }