Problem laptop
User yhmixeI
Submission Time 2024-06-21 13:36:51
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];
| ^
laptop.cpp:38:1: error: expected ‘}’ at end of input
38 | }
| ^
laptop.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^