View Code of Problem 3933

#include <stdio.h>
#define abb 3

int main()
{
	int a,b,z;
	
	//scanf("%d%d",&a,&b);
	
	printf("%5d",1);
	return 0;
 } 

Double click to view unformatted code.


Back to problem 3933