| Problem | reverseandmin |
|---|---|
| User | AaravRastogi |
| Submission Time | 2026-01-31 11:09:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reverseandmin.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
reverseandmin.cpp:5:1: note: in expansion of macro ‘int’
5 | int rev(int x){
| ^~~
reverseandmin.cpp:3:22: error: expected ‘)’ before ‘;’ token
3 | #define int long long;
| ^
reverseandmin.cpp:5:9: note: in expansion of macro ‘int’
5 | int rev(int x){
| ^~~
reverseandmin.cpp:5:8: note: to match this ‘(’
5 | int rev(int x){
| ^
reverseandmin.cpp:3:22: error: expected constructor, destructor, or type conversion before ‘;’ token
3 | #define int long long;
| ^
reverseandmin.cpp:5:9: note: in expansion of macro ‘int’
5 | int rev(int x){
| ^~~
reverseandmin.cpp:5:13: error: ‘x’ does not name a type
5 | int rev(int x){
| ^
reverseandmi