| Problem | exam |
|---|---|
| User | Prologue |
| Submission Time | 2025-11-30 10:09:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>a;
| ^~~
exam.cpp:8:1: error: ‘cout’ was not declared in this scope
8 | cout<<"Hello World";
| ^~~~
exam.cpp:12:4: error: ‘cout’ was not declared in this scope
12 | cout>>b*c;
| ^~~~
exam.cpp:13:3: error: expected ‘}’ at end of input
13 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^