1 solutions

  • 0
    @ 2024-12-11 16:47:30

    太难啦

    #include <bits/stdc++.h>
    using namespace std;
    int n;
    int main()
    {
    	cin >> n;
    	switch(n)
    	{
    		case 0:
    			cout << "1";
    			return 0;
    		case 1:
    			cout << "0";
    			return 0;
    	}
    }
    
    • 1

    Information

    ID
    19
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    9
    Tags
    # Submissions
    11
    Accepted
    5
    Uploaded By