Submission #266653


Source Code Expand

    #include<stadio.h>
     
    int main(){
        int h1,h2,h;
        
        scanf("%d",h1);
        scanf("%d",h2);
        h=h1-h2;
        printf("%d",h)
        
        return 0;
    }

Submission Info

Submission Time
Task A - 積雪深差
User LiEm
Language C (GCC 4.6.4)
Score 0
Code Size 206 Byte
Status CE

Compile Error

./Main.c:1:23: fatal error: stadio.h: No such file or directory
compilation terminated.