Problem | fractions |
---|---|
User | Elnathan |
Submission Time | 2023-12-09 15:13:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fractions.cpp: In function ‘int main()’:
fractions.cpp:12:6: error: expected unqualified-id before ‘.’ token
12 | map.insert({a / b, {a, b}});
| ^
fractions.cpp:12:29: error: expected primary-expression before ‘)’ token
12 | map.insert({a / b, {a, b}});
| ^