You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
its impossible to do so cause if we use the & character it just doesnt work and it ends the code at that points ( probably because after the & after the code is expecting the language ), so, its basicly impossible to do anything in C, am i just being dumb or is it really a bug?
(( without the scanf(\"%i\", &ia); part and the input=10 part the code works but i really need the input part for what im doing ))
"code=#include<stdio.h>\nint main(){\nprintf("meow");\nint ia = 0;\nscanf("%i", &ia);\n printf("%i", ia);\n\n}\n&language=c&input=10"
The text was updated successfully, but these errors were encountered:
Its Working fine ,their is one DockerFile which handle the
environment for compiling and proper execution of given code
$ gcc -o test_program test_program.c
$ ./test_program
its impossible to do so cause if we use the & character it just doesnt work and it ends the code at that points ( probably because after the & after the code is expecting the language ), so, its basicly impossible to do anything in C, am i just being dumb or is it really a bug?
(( without the
scanf(\"%i\", &ia);
part and theinput=10
part the code works but i really need the input part for what im doing ))"code=#include<stdio.h>\nint main(){\nprintf("meow");\nint ia = 0;\nscanf("%i", &ia);\n printf("%i", ia);\n\n}\n&language=c&input=10"
The text was updated successfully, but these errors were encountered: