这样也能拿25分??!(就没输入呀)```c #include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; if (n != 0) cout << 1; else cout << 0; }