Problem exponentiate
User NoynYT
Submission Time 2024-04-18 09:19:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp:5:1: error: ‘::main’ must return ‘int’
5 | string main(){
| ^~~~~~
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:16:10: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
16 | return "a"
| ^~~
| |
| const char*
exponentiate.cpp:16:13: error: expected ‘;’ before ‘}’ token
16 | return "a"
| ^
| ;
17 | }
| ~