| Problem | convergence |
|---|---|
| User | Vizvezdenec |
| Submission Time | 2025-12-17 23:29:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
convergence.cpp: In function ‘int main()’:
convergence.cpp:90:29: error: ‘cite’ was not declared in this scope
90 | cin >> l >> r; [cite: 27]
| ^~~~
convergence.cpp:90:33: error: expected ‘,’ before ‘:’ token
90 | cin >> l >> r; [cite: 27]
| ^
| ,
convergence.cpp:90:33: error: expected identifier before ‘:’ token
convergence.cpp: In lambda function:
convergence.cpp:91:13: error: expected ‘{’ before ‘ll’
91 | ll ans = get_prefix_sum(r, current_t, max_id) - get_prefix_sum(l - 1, current_t, max_id);
| ^~
convergence.cpp: In function ‘int main()’:
convergence.cpp:90:38: error: expected ‘;’ before ‘ll’
90 | cin >> l >> r; [cite: 27]
| ^
|