#include <stdio.h> int main() { int x; scanf("%d",&x); x = x^3; printf("3乗は%dです\n", x); return 0;}
15
3乗は12です
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!