Compile Error
foo.c:1:10: fatal error: iostream: No such file or directory 1 | #include <iostream> | ^~~~~~~~~~ compilation terminated.
Code
#include <iostream>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
cout<<120-a<<" "<<120-b<<" "<<120-c<<endl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1130 Angle Equalizer
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-01-31 09:23:29
- Judged At
- 2025-01-31 09:23:29
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes