Problem | maximum |
---|---|
User | blackpanther |
Submission Time | 2025-04-02 09:08:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:5:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin >> a >> b;
| ^~~
| sin
maximum.cpp:6:2: error: ‘cout’ does not name a type
6 | cout<<"Minimum between a and bis:"<<min(a,b)<<'\n';
| ^~~~
maximum.cpp:7:2: error: ‘cout’ does not name a type
7 | cout<<"Maximum between a and b is:"<<max(a,b)<<'\n';
| ^~~~