Run ID:109528
提交时间:2025-02-09 14:08:19
#include<cstdio> using namespace std; int main(){ int n; scanf("%d",&n); printf("%d",(4-n%4)); return 0; }