12. There are some mistakes in the code, please fix them by using your compiler, and post your code here. 
(can be answered 2 times)
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
int a
scanf("%d",a);
if(a%2!=0){
	print("Odd");
}else
print("Even");
	return 0;
}