Problem | laptop |
---|---|
User | zzzacccc |
Submission Time | 2024-06-21 13:51:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp:35:2: error: stray ‘#’ in program
35 | }#include <bits/stdc++.h>
| ^
laptop.cpp:35:3: error: ‘include’ does not name a type
35 | }#include <bits/stdc++.h>
| ^~~~~~~
laptop.cpp:38:5: error: redefinition of ‘int main()’
38 | int main() {
| ^~~~
laptop.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~
laptop.cpp: In function ‘int main()’:
laptop.cpp:68:2: error: expected ‘}’ at end of input
68 | }
| ^
laptop.cpp:38:12: note: to match this ‘{’
38 | int main() {
| ^