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

Compile Error

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