Problem helloworld
User slushiisushii
Submission Time 2023-01-27 17:42:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:4: error: ‘class std::vector<int>’ has no member named ‘push’
7 | v.push(1);
| ^~~~