Run ID:138803
提交时间:2025-11-29 21:40:04
#include<iostream> using namespace std; int main() { int a; cin >> a; a-2=a; cout << a << endl; return 0; }