W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
#include
int main() { int time = 20; (time < 18) ? printf("白天好。") : printf("晚上好。"); return 0; }