Source Code
#include <stdio.h>

int main ()
{
    printf("n");
    
    return 0;
}
Copy
Split and Swap med-khair
GNU G++17
1 ms
256 KB
Wrong Answer