Problem laptop
User yhmixeI
Submission Time 2024-06-21 13:38:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:7:1: error: ‘o’ was not declared in this scope
7 | o[n+5];
| ^
laptop.cpp:7:3: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | o[n+5];
| ^
| yn
laptop.cpp:8:1: error: ‘p’ was not declared in this scope
8 | p[n+5];
| ^