#include <stdio.h> main(){ int j, i=0; scanf("%d",&j); while(i<j) i+=5; printf("%d",i);}
25
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!