void f(int a, int b,int* c,int* d) { *c = a / b; *d = a % b;}
Standard input is empty
Standard output is empty
prog.js:1:11 SyntaxError: missing ) after argument list: prog.js:1:11 void f(int a, int b,int* c,int* d) { prog.js:1:11 ...........^
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!