Owl Get a Life
summoning.cpp: In function ‘int main()’:summoning.cpp:6:30: error: expected ‘;’ before ‘cout’ 6 | ios_base::sync_with_stdio(0) | ^ | ; 7 | cout.tie(0); | ~~~~