Problem helloworld
User shenshiqi
Submission Time 2025-05-07 21:30:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:15: error: redeclaration of ‘std::vector<int> v’
7 | vector <int> v(1e+90);
| ^
helloworld.cpp:6:15: note: ‘std::vector<int> v’ previously declared here
6 | vector <int> v(1e+90);
| ^
helloworld.cpp:8:15: error: redeclaration of ‘std::vector<int> v’
8 | vector <int> v(1e+90);
| ^
helloworld.cpp:6:15: note: ‘std::vector<int> v’ previously declared here
6 | vector <int> v(1e+90);
| ^
helloworld.cpp:9:15: error: redeclaration of ‘std::vector<int> v’
9 | vector <int> v(1e+90);
| ^
helloworld.cpp:6:15: note: ‘std::vector<int> v’ previously declared here
6 | vector <int> v(1e+90);
| ^