Run ID:145536
提交时间:2026-01-25 16:17:35
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n-n; return 0; }