/ SeriousOJ /

Record Detail

Compile Error

foo.c:1:9: fatal error: bits/stdc++.h: No such file or directory
    1 | #include<bits/stdc++.h>
      |         ^~~~~~~~~~~~~~~
compilation terminated.

Code

#include<bits/stdc++.h>
using namespace std;
int main(){
int n,k;
cin>>n>>k;
int y=n-k;
cout<<y;
}

Information

Submit By
Type
Submission
Problem
P1226 Event Registration
Contest
LUCC Presents Intra LU Junior Programming Contest - Replay
Language
C99 (GCC 13.2.0)
Submit At
2025-09-02 17:12:45
Judged At
2025-09-02 17:12:45
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes