Problem | divideby2 |
---|---|
User | nminhnguyenle |
Submission Time | 2024-06-22 13:10:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
divideby2.cpp: In function ‘int main()’:
divideby2.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘cout’
9 | cout << (b/2);
| ^~~~