Problem modulochain
User CastyLoz17
Submission Time 2024-03-01 15:51:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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