Main.cc: In function 'int main()': Main.cc:13:19: error: increment of read-only variable 'totalVotes' totalVotes++; // 增加总票数 ^