/ SeriousOJ /

Record Detail

Compile Error

foo.c:2:9: fatal error: .h: No such file or directory
    2 | #include<.h>
      |         ^~~~
compilation terminated.

Code


#include<.h>

int main()
{
    
    int a,b;
    scanf("%d %d",&a,&b);
    printf("%d\n",a+b);

    return 0;
}

Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
C99 (GCC 13.2.0)
Submit At
2023-12-31 09:53:20
Judged At
2023-12-31 09:53:20
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes