CS
Size: a a a
CS
CS
CS
IG
M
jdoodle.c:1:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘/’ token
1 | main / 0;
| ^
mq
CS
CS
CS
M
jdoodle.c:1:1: warning: data definition has no type or storage class
1 | main = 0;
| ^~~~
jdoodle.c:1:1: warning: type defaults to ‘int’ in declaration of ‘main’ [-Wimplicit-int]
Command terminated by signal 11
Executed in: 0.0 s
Memory: 948 KB
IG
CS
mq
CS
M
jdoodle.c:1:27: warning: extra tokens at end of #include directive
1 | #include <boost/asio.hpp> int main() {}
| ^~~
jdoodle.c:1:10: fatal error: boost/asio.hpp: No such file or directory
1 | #include <boost/asio.hpp> int main() {}
| ^~~~~~~~~~~~~~~~
compilation terminated.
CS
mq
CS
M
Command exited with non-zero status 254
Executed in: 0.0 s
Memory: 1024 KB