Problem | exam |
---|---|
User | PyAce |
Submission Time | 2025-06-16 14:34:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include int long long
| ^~~
exam.cpp: In function ‘int main()’:
exam.cpp:16:12: error: expected ‘;’ before ‘std’
16 | sum = x+y
| ^
| ;
17 | std::cout << sum;
| ~~~