#include<stdio.h>//tim so lon nhat trong 3 so a , b,cintmain(){floata,b,c;printf("nhap 3 so a,b,c :\n);scanf("%f%f%f",&a,&b,&c);floatmax=a;if(b>max){max=b;}if(c>max){max=c;}}
In function 'main':
Line 5: error: missing terminating " character
Line 6: error: expected ')' before ';' token
Line 14: warning: passing argument 1 of 'printf' makes pointer from integer without a cast
Line 14: error: expected ';' before '}' token