Problem modulochain
User CastyLoz17
Submission Time 2024-03-01 16:08:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:16:16: error: ‘class std::vector<long long int>’ has no member named ‘get’
16 | cout<<(vec.get(0)+vec.get(vec.size))%MOD<<" ";
| ^~~
modulochain.cpp:16:27: error: ‘class std::vector<long long int>’ has no member named ‘get’
16 | cout<<(vec.get(0)+vec.get(vec.size))%MOD<<" ";
| ^~~