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;
#define ll long LONG_MAX
void solve(){
ll a,b;
cin >> a>>b
cout<< abs(a-b) <<endl;
}
int main(){
ll t;
// cin >> t;
while(t--){
solve();
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1226 Event Registration
- Contest
- LUCC Presents Kick & Code Intra LU Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-09-01 05:17:08
- Judged At
- 2025-09-01 05:17:08
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes