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