| Problem | exam |
|---|---|
| User | Pout |
| Submission Time | 2026-07-03 20:44:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:14: error: expected initializer before ‘exam_type’
5 | long String exam_type;
| ^~~~~~~~~
exam.cpp:6:9: error: ‘exam_type’ was not declared in this scope
6 | cin >> exam_type;
| ^~~~~~~~~