W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
#include
int main() { register int counter = 0; printf("计数器:%d\n", counter); return 0; }