Problem competition
User ATHY
Submission Time 2024-06-21 21:59:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:28:9: error: ‘total’ was not declared in this scope
28 | total += bio[i];
| ^~~~~
competition.cpp:31:13: error: ‘total’ was not declared in this scope
31 | cout << total;
| ^~~~~