Pat出warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_un
计算机程序设计能力考试,输入要有scanf()的返回值,虽然没有什么卵用,还坑人。刚提交就出了warning:ignoringreturnvalueof‘intscanf(constchar*,…)’,declaredwithattributewarn_unused_result[-Wunused-result]scanf("%d",&n);的错误。有两个改进办法:1.条件句加上判断,完事儿。2,