Problem | maximum |
---|---|
User | privatepolychoron |
Submission Time | 2024-01-26 10:53:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include (bits/stcc++.h)
| ^
maximum.cpp:2:1: error: ‘include’ does not name a type
2 | include namespace std;
| ^~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin a, b;
| ^~~
maximum.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << max(a, b) << "\n";
| ^~~~
maximum.cpp:7:10: error: ‘max’ was not declared in this scope
7 | cout << max(a, b) << "\n";
| ^~~