Problem trollingbribritt
User vadar2525
Submission Time 2025-08-15 15:22:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:29:32: error: invalid types ‘<unresolved overloaded function type>[long long int]’ for array subscript
29 | if(a.size() >= a.push_back[i]){
| ^
trollingbribritt.cpp:32:19: error: expected ‘;’ before ‘cout’
32 | a.push_back(v)
| ^
| ;
33 | cout << a.front();
| ~~~~