Run ID:1027
提交时间:2023-06-24 14:42:23
#include <iostream> using namespace std; int main(){ int y; cin>>y; y=4-y%4; cout<<y<<endl; return 0; }