Problem | typoswap |
---|---|
User | Law |
Submission Time | 2024-06-21 12:59:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else (b < a);
| ^~~~
typoswap.cpp:11:13: error: no match for call to ‘(std::ostream {aka std::basic_ostream<char>}) (bool)’
11 | cout (a < b);
| ^