Problem platonic
User shashi93
Submission Time 2025-07-30 15:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
cc1plus: error: ‘::main’ must return ‘int’
platonic.cpp: In function ‘int main()’:
platonic.cpp:8:2: error: ‘cin’ was not declared in this scope
8 | cin >> a >> b >> c;
| ^~~
platonic.cpp:9:2: error: ‘cout’ was not declared in this scope
9 | cout << max(a, max(b,c));
| ^~~~
platonic.cpp:9:17: error: ‘max’ was not declared in this scope
9 | cout << max(a, max(b,c));
| ^~~
platonic.cpp:9:10: error: ‘max’ was not declared in this scope
9 | cout << max(a, max(b,c));
| ^~~