View Code of Problem 217

#include<stdio.h>
int main()
{
printf("25");

return 0;
}

Double click to view unformatted code.


Back to problem 217