Ctrl+P
这是一个简单的SysY2022E编辑器
int main(){ int a = 1; int b = 2; int c = 0; if(b > a){ c = 1; } return 0; }