题目
我的代码
a.c: In function ‘main’:a.c:8:8: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]scanf("%d %d",&a,&b);^~~~~~~~~~~~~~~~~~~~