| Problem | maximum |
|---|---|
| User | Kyri |
| Submission Time | 2026-02-26 21:20:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:18: 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() {
| ^