Main.cc: In function ‘int main()’: Main.cc:7:3: error: ‘cont’ was not declared in this scope cont<<"偶数"; ^~~~ Main.cc:7:3: note: suggested alternative: ‘uint’ cont<<"偶数"; ^~~~ uint Main.cc:9:3: error: ‘cont’ was not declared in this scope cont<<"奇数"; ^~~~ Main.cc:9:3: note: suggested alternative: ‘uint’ cont<<"奇数"; ^~~~ uint