Problem typoswap
User Ignatius
Submission Time 2025-02-14 16:04:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp:5:1: error: expected unqualified-id before numeric constant
5 | 1<A.length0<20;
| ^
typoswap.cpp:6:1: error: expected unqualified-id before ‘<’ token
6 | <B.length0<20;
| ^
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:9:13: error: ‘A’ was not declared in this scope
9 | cout << A, B ;
| ^
typoswap.cpp:9:16: error: ‘B’ was not declared in this scope
9 | cout << A, B ;
| ^