pages:
  • 1
BboyCico0313 SAYS

hi there i use scanf instead of cin and (Output Limit Exceeded) this happened !! this is wrong my code will produce only 1 line output and that's the answer. take a look at my code please ./

include

include

using namespace std;

int main() { int x, y; while (scanf("%u%u", &x, &y)) { cout << x + y << endl; } return 0; }