#include <stdio.h> int main() { char c; while (c=getchar()!='$') { if(c=='2') break; } }
收起
你没写return 0;
报告相同问题?