Problem trollingbribritt
User j0ashhh
Submission Time 2026-01-21 17:45:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:14:10: error: expected unqualified-id before ‘.’ token
14 | vector.push_back(i);
| ^
trollingbribritt.cpp:18:16: error: ‘i’ was not declared in this scope
18 | if((front + i - 1) > v.size()){
| ^
trollingbribritt.cpp:18:25: error: ‘v’ was not declared in this scope
18 | if((front + i - 1) > v.size()){
| ^