W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
#include
int main() { int a = 33; int b = 200; if (!(a > b)) { printf("a 不大于 b\n"); } return 0; }