Problem | snack |
---|---|
User | Pranav |
Submission Time | 2025-02-19 18:27:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snack.cpp: In function ‘int main()’:
snack.cpp:10:3: error: ‘hm’ was not declared in this scope; did you mean ‘tm’?
10 | hm = typeid(ele).name() ==int
| ^~
| tm
snack.cpp:10:29: error: expected primary-expression before ‘int’
10 | hm = typeid(ele).name() ==int
| ^~~
snack.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | else{
| ^~~~