#include <stdio.h>int main(){ int n=43; printf("%d",43/20); printf("%d",43%20); return 0;}
43
23
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!