View Code of Problem 85

#include <stdio.h>
int main()
{
  printf("3 2");
}

Double click to view unformatted code.


Back to problem 85