Main.cc: In function ‘int main()’: Main.cc:6:5: error: ‘one’ was not declared in this scope 1=one; ^~~ Main.cc:6:5: note: suggested alternative: ‘clone’ 1=one; ^~~ clone Main.cc:7:5: error: ‘tue’ was not declared in this scope 2=tue; ^~~ Main.cc:7:5: note: suggested alternative: ‘time’ 2=tue; ^~~ time Main.cc:8:5: error: ‘wed’ was not declared in this scope 3=wed; ^~~ Main.cc:9:5: error: ‘thu’ was not declared in this scope 4=thu; ^~~ Main.cc:10:5: error: ‘Fri’ was not declared in this scope 5=Fri; ^~~ Main.cc:11:5: error: ‘six’ was not declared in this scope 6=six; ^~~ Main.cc:12:5: error: ‘Sua’ was not declared in this scope 7=Sua; ^~~ Main.cc:13:5: error: ‘ati’ was not declared in this scope 8=ati; ^~~ Main.cc:13:5: note: suggested alternative: ‘atoi’ 8=ati; ^~~ atoi Main.cc:14:5: error: ‘nin’ was not declared in this scope 9=nin; ^~~ Main.cc:14:5: note: suggested alternative: ‘main’ 9=nin; ^~~ main