Problem | lcm |
---|---|
User | Red123 |
Submission Time | 2025-03-07 20:06:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int hello(long long int, long long int)’:
lcm.cpp:13:14: error: a function-definition is not allowed here before ‘{’ token
13 | signed main(){
| ^
lcm.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
lcm.cpp:5:27: note: to match this ‘{’
5 | signed hello(int a, int b){
| ^