0_0_18024933_26575.cpp:9:2: error: stray '\' in program
x=v\n;y=v%n;
^
0_0_18024933_26575.cpp: In function 'void get(int, int&, int&, int)':
0_0_18024933_26575.cpp:9:6: error: expected ';' before 'n'
x=v\n;y=v%n;
^
0_0_18024933_26575.cpp: In function 'int main()':
0_0_18024933_26575.cpp:224:1: error: expected '}' at end of input
}
^
|