Problem typoswap
User Law
Submission Time 2024-06-21 12:58:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (b < a);
| ^~~~
typoswap.cpp:11:13: error: no match for call to ‘(std::ostream {aka std::basic_ostream<char>}) (bool)’
11 | cout (a < b);
| ^