Mã chấm: 13791


Main.c:3:15: error: expected ‘;’, ‘,’ or ‘)’ before ‘&’ token
 void nhap(int &n)
               ^
Main.c: In function ‘main’:
Main.c:19:2: warning: implicit declaration of function ‘nhap’ [-Wimplicit-function-declaration]
  nhap(a);
  ^~~~