Problem | divideby2 |
---|---|
User | taylorpoh1 |
Submission Time | 2024-06-23 16:04:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
divideby2.cpp: In function ‘int main()’:
divideby2.cpp:6:11: error: ‘c’ was not declared in this scope
6 | cin >> N;c
| ^
divideby2.cpp:9:8: error: ‘N_double’ was not declared in this scope; did you mean ‘double’?
9 | cout<<N_double/2<<"\n";
| ^~~~~~~~
| double