Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94996 汤弘毅 02买礼物 C Wrong Answer 1 MS 188 KB 131 2024-10-26 16:06:48

Tests(0/1):


Code:

#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); }


Run Info:

------Input------
0
------Answer-----
120
------Your output-----
4