Problem | maximum |
---|---|
User | fypage |
Submission Time | 2024-10-19 23:49:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>a,b;
| ^~~
maximum.cpp:8:4: error: ‘cout’ was not declared in this scope
8 | cout<<a;
| ^~~~
maximum.cpp:11:4: error: ‘cout’ was not declared in this scope
11 | cout<<b;
| ^~~~