#include <iostream> using namespace std; int main() { // your code goes here return 0; }
Standard input is empty
prog.cpp:6:2: error: stray '\315' in program return 0; ^ prog.cpp:6:2: error: stray '\276' in program prog.cpp: In function 'int main()': prog.cpp:7:1: error: expected ';' before '}' token } ^
Standard output is empty