Problem maximum
User Kyri
Submission Time 2026-02-26 21:00:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:14: error: a function-definition is not allowed here before ‘{’ token
10 | signed main(){
| ^
maximum.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
maximum.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^