Problem | contestcalc |
---|---|
User | Dam |
Submission Time | 2023-02-15 20:09:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:32:23: error: expected ‘;’ before ‘total’
32 | cin >> nameNow
| ^
| ;
33 | total += table[bin_search(table,N,nameNow)].second
| ~~~~~