Run ID:94996
提交时间:2024-10-26 16:06:48
#include <stdio.h> int main(){ int i=0,t=0; while(i<=1000){ t = t+1; i = i+220; } t = t-1; printf("%d",t); }