0_0_39122254_13242.cpp: In function 'int main()': 0_0_39122254_13242.cpp:15:15: error: expected ';' before 'cout' 15 | cin>>n | ^ | ; 16 | cout<<ab(n)<<endl; | ~~~~