Problem | replacedigits |
---|---|
User | mingging1748 |
Submission Time | 2025-02-08 21:04:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
replacedigits.cpp:4:1: error: ‘ll’ does not name a type
4 | ll mod = 998244353;
| ^~
replacedigits.cpp:6:1: error: ‘ll’ does not name a type
6 | ll n;
| ^~
replacedigits.cpp:7:8: error: ‘ll’ was not declared in this scope
7 | vector<ll> power;
| ^~
replacedigits.cpp:7:10: error: template argument 1 is invalid
7 | vector<ll> power;
| ^
replacedigits.cpp:7:10: error: template argument 2 is invalid
replacedigits.cpp:8:8: error: ‘ll’ was not declared in this scope
8 | vector<ll> seg;
| ^~
replacedigits.cpp:8:10: error: template argument 1 is invalid
8 | vector<ll> seg;
| ^
replacedigits.cpp:8:10: error: template argument 2 is invalid
replacedigits.cpp:9:8: error: ‘ll’ was not declared in this scope
9 | vector<ll> lazy;
| ^~
replacedigits.cpp:9:10: error: template argument 1 is invalid<