17 Bug in
#include<stdio.h>
hello.c:1:9: fatal error: stdio: No such file or directory
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">#include<stdio</span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^</span></span></font></font>
missing .h>
18 Bug in
#include<stdio.h>
hello.c:1:9: fatal error: .h: No such file or directory
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">#include<.h></span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^~~~</span></span></font></font>
missing <stdio
19 Bug in #include<stdio.h>
hello.c:1:1: error: expected identifier or ‘(’ before ‘.’ token
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">.h></span></span></font></font>
<font face="Liberation Serif, serif"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="font-weight: normal">^</span></span></font></font>
missing #include<stdio
It looks like you're new here. If you want to get involved, click one of these buttons!