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;
cin >> a >> b;
cout << a + b << endl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-08-26 07:11:16
- Judged At
- 2025-08-26 07:11:17
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes