0_0_14246903_17305.cpp: In function 'int main()':
0_0_14246903_17305.cpp:27:27: error: expected ')' before numeric constant
if(n% 10==1&&n% 1 0 0!=11)//(这里是n对10取余等于1并且对100取余不等于11,下同,)
^
0_0_14246903_17305.cpp:29:32: error: expected ')' before numeric constant
else if(n% 10==1&&n% 1 0 0!=12)//郁闷,不知道为什么改不过来
^
0_0_14246903_17305.cpp:31:32: error: expected ')' before numeric constant
else if(n% 10==1&&n% 1 0 0!=13)
^
|