Poj Solution 3983

http://poj.org/problem?id=3983

#include<stdio.h>
int main(){
printf("5*(5-(1/5))n");
return 0;
}
											
This entry was posted in poj. Bookmark the permalink.