#include <stdio.h> int main(){ int i=0; while(i<=1000){ i = i+220; } i = i-220; i = 1000-i; printf("%d",i); }