#include <iostream.h>
void main()
{
int x=3,y=3
switch(x%2)
{
case 1; seitch(y)
{ case 0:cout<<"first\t";
case 1:cout<<"second\t";break;
default:cout<<"hellow\t";
}
case 2:cout<<"third\n:;
}
}
seitch 打错了,是switch "third\n:; 这个也错了。。"third\n";