Problem maximum
User Cake
Submission Time 2025-03-01 09:34:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:3:20: error: two or more data types in declaration of ‘mx’
3 | int mx(int a, int b){
| ^
maximum.cpp:12:1: error: ‘int32_t’ does not name a type
12 | int32_t main(){
| ^~~~~~~