| Problem | add1_easy |
|---|---|
| User | Elwinthenerd |
| Submission Time | 2025-11-06 18:03:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:8:5: error: ‘class std::vector<long long int>’ has no member named ‘push’
8 | a.push(x);
| ^~~~