#include<stdio.h> int main(){ int n; scanf("%d",&n); n= n^(1<<5); printf("%d",n); return 0; }
Test Cases
Test Results
Input
8
Expected Output
40