甲公司应付乙公司购货款 2 000 万元于 20×4 年 6 月 20 日到期,甲公司无力按期支付。经与乙公司协商进行债务重组,甲公司以其生产的 200 件 A 产品抵偿该债务,甲公司将抵债产品运抵乙公司并开具增值税专用发票后,原 2 000 万元债务结清,甲公司 A 产品的市场价格为每件 7 万元(不含增值税税额),成本为每件 4 万元。6 月 30 日,甲公司将 A 产品运抵乙公司并开具增值税专用发票。甲、乙公司均为增值税一般纳税人,适用的增值税税率均为 17%。乙公司在该项交易前已就该债权计提 500 万元坏账准备。不考虑其他因素,下列关于该交易或事项的会计处理中,正确的是()。
A. 甲公司应确认营业收入 1400 万元
B. 乙公司应确认债务重组损失 600 万元
C. 甲公司应确认债务重组收益 1 200 万元
D. 乙公司应确认取得 A 商品成本 1 500 万元
查看答案
甲公司为增值税一般纳税人,采用先进先出法计量发出 A 原材料的成本。20×1 年年初,甲公司库存 200
A. 665.00 万元
B. 686.00 万元
C. 687.40 万元
D. 700.00 万元
Which part of the building should a visitor go to if he wants to make a phone call?
请使用VC6或使用【答题】菜单打开考生文件夹projl下的工程projl,其中有枚举DOGCOLOR、狗类Dog和主函数main的定义。程序中位于每个“//ERROR ****found****”下的语句行有错误,请加以改正。改正后程序的输出结果应该是: There is a white dog named Hoh0. There is a blaCk dog named Haha. There is a motley dog named Hihi. 注意:只修改每个//ERROR****found****女料下的那一行,不要改动程序中的其他内容。 inClude<iostream> using namespaCe std; //狗的颜色:黑、白、黄、褐、花、其他 enum DOGCOLOR{BLACK,WHITE,YELLOW,BROWN,PIEBALD,OTHER}; Class Dog{//狗类 DOGCOLOR Color; Char name[20]; statiC int Count; publiC: Dog(Char nalTle[],DOGCOLOR Color){ strCpy(this一>name,name); //ERROR**********found**********、 strCpy(this一>Color,Color); } 1 DOGCOLOR getColorConst{retum Color;} //ERROR**********found********** Const Char * 9etNameConst{return*finin9;} Const Char * 9etColorStringConst{ switCh(Color){ Case BLACK:return”blaCk“; Case WHITE:return”white”: Case YELLOW:return’"yellow”: Case BROWN:return”brown”; ease PIEBALD:return”piebald”: } return”motley”; } void showConst{ . Cout<<”There is a”<<getColorString<<”dog named’’<<name<<’.’<<endl; } }; int main{ //ERROR**********found********** Dog dogl(”Hoh0”,WHITE),dog2(”Haha”,BLACK);d0g3(”Hihi”,0THER); d091.show; dos2.show; dos3.show; return 0; }