Owl Get a Life
addition.cpp: In function ‘int32_t main()’:addition.cpp:6:25: error: expected ‘;’ before ‘cin’ 6 | ios::sync_with_stdio(0) | ^ | ; 7 | cin.tie(0); | ~~~