| Problem | bigredarrow |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2025-11-10 22:47:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:10:15: error: ‘cite_start’ was not declared in this scope; did you mean ‘va_start’?
10 | ll n, q; [cite_start]
| ^~~~~~~~~~
| va_start
bigredarrow.cpp: In lambda function:
bigredarrow.cpp:11:5: error: expected ‘{’ before ‘cin’
11 | cin >> n >> q;
| ^~~
bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:10:26: error: expected ‘;’ before ‘cin’
10 | ll n, q; [cite_start]
| ^
| ;
11 | cin >> n >> q;
| ~~~