| Problem | modsum |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-03-08 12:19:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modsum.cpp: In function ‘int main()’:
modsum.cpp:14:2: error: ‘vector’ was not declared in this scope
14 | vector<long long> v,w,parameters,f;
| ^~~~~~
modsum.cpp:14:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from modsum.cpp:9:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
In file included from modsum.cpp:9:
/usr/include/c++/9/vector:90:13: note: ‘std::pmr::vector’
90 | using vector = std::vector<_Tp, polymorphic_allocator<_Tp>>;
| ^~~~~~
modsum.cpp:14:9: error: expected primary-expression before ‘long’
14 | vector<long long> v,w,parameters,f;
| ^~~~
modsum.cpp:15:2: error: ‘f’ was not declared in this scope
15 | f={1,4,5,5,4};
| ^
modsum.cpp:16:2: error: ‘cin’ was