Why the code is not copied in same manner

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() {

Hey @sjteckers1, I have already solved this issue earlier. I request you to refer to Code unordered when automating submission in codechef using SELENIUM .

I hope this resolves your doubt !
Happy Learning :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.