Run ID:119099
提交时间:2025-05-15 17:57:55
#include <iostream> using namespace std; int main() { int y; cin>>y; cout<<4-y%4<<endl; return 0; }