Compile Error
foo.c:1:10: 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() {
ios::sync_with_stdio(false);
cin.tie(nullptr);cout.tie(nullptr);
int x;
while(cin >> x)
cout << 120 - x << " ";
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1130 Angle Equalizer
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-01-03 18:13:19
- Judged At
- 2025-01-03 18:13:19
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes