#include<stdio.h>int main(){ int a,b,c;a=2,b=-1,c=2; if(a<b) {if(b<0) c=0;} else c=c+1;printf("%d\n",c);}
if(a<b)括号用英文符合的括号,不要用中文的