| Problem | paint |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-04-15 17:14:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:8:33: error: expected ‘,’ or ‘;’ before ‘:’ token
8 | vector <long long> p(N),d(N)://p is originsl price, d is daily increase
| ^
paint.cpp:10:24: error: ‘i’ was not declared in this scope
10 | for (long long i=0;i<N;i++){
| ^