Problem maximum
User Yifei1234
Submission Time 2023-02-27 16:44:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:2:2: error: stray ‘#’ in program
2 | }#include <bits/stdc++.h>
| ^
maximum.cpp:2:1: error: expected declaration before ‘}’ token
2 | }#include <bits/stdc++.h>
| ^
maximum.cpp:2:3: error: ‘include’ does not name a type
2 | }#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: At global scope:
maximum.cpp:8:2: error: expected unqualified-id before ‘if’
8 | if a is bigger than b;
| ^~
maximum.cpp:9:2: error: ‘cout’ does not name a type
9 | cout<<a;
| ^~~~
maximum.cpp:10:3: error: expected unqualified-id before ‘if’
10 | if b is bigger than a;
| ^~
maximum.cpp:11:2: error: ‘cout’ does not name a type
11 | cout<<b;
| ^~~~
maximum.cpp:38:1: error: expected