| Problem | maximum |
|---|---|
| User | blackpanther |
| Submission Time | 2025-04-02 09:26:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a >> b;
| ^~~
maximum.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout << max(a, b) << endl;
| ^~~~
maximum.cpp:4:13: error: ‘max’ was not declared in this scope
4 | cout << max(a, b) << endl;
| ^~~
maximum.cpp:4:26: error: ‘endl’ was not declared in this scope
4 | cout << max(a, b) << endl;
| ^~~~