U.c: In function 'main':
U.c:19:47: error: expected ';' before ')' token
U.c:19:47: error: expected statement before ')' token
U.c:19:48: error: expected expression before '%' token
U.c:8:9: warning: unused variable 'j' [-Wunused-variable]
U.c:13:8: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
U.c:14:24: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
U.c:23:1: warning: control reaches end of non-void function [-Wreturn-type]