Hello, Codeforces!↵
↵
I have been facing a problem since last 1-2 months. Whenever I copy a solution by clicking "Copy" from a submission page and then submit the same solution (or after some edit), I am getting `Compilation Error`.↵
↵
The compilation message is like↵
↵
~~~~~↵
Can't compile file:↵
program.cpp:3:1: error: stray '\302' in program↵
 ↵
^↵
~~~~~↵
↵
Example, I copied this [submission:59853141] submission which verdict is `Wrong Answer`.↵
↵
After submitting this code, the submission [submission:59853172] is getting `Compilation Error`.↵
↵
I hope, the Codeforces authority will take care about that issue.↵
↵
**UPD: The bug is fixed now.**
↵
I have been facing a problem since last 1-2 months. Whenever I copy a solution by clicking "Copy" from a submission page and then submit the same solution (or after some edit), I am getting `Compilation Error`.↵
↵
The compilation message is like↵
↵
~~~~~↵
Can't compile file:↵
program.cpp:3:1: error: stray '\302' in program↵
 ↵
^↵
~~~~~↵
↵
Example, I copied this [submission:59853141] submission which verdict is `Wrong Answer`.↵
↵
After submitting this code, the submission [submission:59853172] is getting `Compilation Error`.↵
↵
I hope, the Codeforces authority will take care about that issue.↵
↵
**UPD: The bug is fixed now.**