#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%.5d", a*b);}
5 3
00015
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!