Problem catsort
User om2024
Submission Time 2024-08-01 16:16:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catsort.cpp: In function ‘int main()’:
catsort.cpp:23:5: error: ‘x’ was not declared in this scope
23 | x++;
| ^
catsort.cpp:27:9: error: ‘x’ was not declared in this scope
27 | cout<<x;
| ^