请把以下printf改为cout形式if tot==n Din1 printfd ansi; coutendl;
if (tot==n) { // D(i,n,1) printf("%d ",ans[i]); cout<<endl; }
可以改为:
if (tot==n) { // D(i,n,1) printf("%d ",ans[i]); cout<<endl; }
原文地址: https://www.cveoy.top/t/topic/eicn 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
if (tot==n) { // D(i,n,1) printf("%d ",ans[i]); cout<<endl; }
可以改为:
if (tot==n) { // D(i,n,1) printf("%d ",ans[i]); cout<<endl; }
原文地址: https://www.cveoy.top/t/topic/eicn 著作权归作者所有。请勿转载和采集!