Problem | contestcalc |
---|---|
User | Kenniene |
Submission Time | 2024-02-20 16:25:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:27:21: error: no match for ‘operator/=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
27 | cout << average /= c;
| ~~~~~~~~~~~~~~~~^~~~