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; }
Login please!
In order to post something you must login first. You can use the form in the top of this page.