#include <stdio.h>
int main()
{
   printf(5 + "GeeksQuiz");
   return 0;
}

Posted on by