Run ID:109529
提交时间:2025-02-09 14:09:04
#include<cstdio> //scanf()\printf() int main(){ int n; scanf("%d",&n); printf("%d",(4-n%4)); return 0; }