Problem illuminate
User Poket
Submission Time 2023-02-11 21:51:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

illuminate.cpp: In function ‘int main()’:
illuminate.cpp:46:18: error: expected ‘;’ before ‘long’
46 | v.clear()
| ^
| ;
47 | long long adding_score = 0;
| ~~~~
illuminate.cpp:52:53: error: ‘adding_score’ was not declared in this scope
52 | score[(*o).first][(*o).second]+=adding_score;
| ^~~~~~~~~~~~
illuminate.cpp:54:17: error: ‘adding_score’ was not declared in this scope
54 | adding_score = 0;
| ^~~~~~~~~~~~
illuminate.cpp:61:17: error: ‘adding_score’ was not declared in this scope
61 | adding_score+=1;
| ^~~~~~~~~~~~