Problem arrayproblem
User personjs
Submission Time 2025-11-22 21:25:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayproblem.cpp:47:2: error: stray ‘#’ in program
47 | }#include <iostream>
| ^
arrayproblem.cpp:47:3: error: ‘include’ does not name a type
47 | }#include <iostream>
| ^~~~~~~
arrayproblem.cpp:58:5: error: redefinition of ‘int main()’
58 | int main() {
| ^~~~
arrayproblem.cpp:12:5: note: ‘int main()’ previously defined here
12 | int main() {
| ^~~~