When I am trying to run the code for copyind the code from cpp file to browsers area then code is not pasted in same order
t1;
scanf("%d", &t1);
while (T–) {
int a, b;
scanf("%d %d", &a, &b);
int ans = a + b;
printf("%d\n", ans);
}
return 0;
}#include <bits/stdc++.h>
using namespace std;
int main() {
