Problem | typoswap |
---|---|
User | Yvonne |
Submission Time | 2024-06-21 14:20:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:12:7: error: expected ‘)’ before ‘a’
12 | (swap a,b)
| ~ ^~
| )
typoswap.cpp:13:18: error: statement cannot resolve address of overloaded function
13 | cout << "A,B";
| ^