0
题目链接: 酷町堂:2420
2420:加减运算
Compile Error:0分
备注 去求助
寇一的测评结果:
main.cpp: In function ‘int main()’:
main.cpp:4:9: error: expected ‘;’ before numeric constant
4 | cout<<3 2 1;
| ^~
| ;
main.cpp:5:10: error: expected ‘}’ at end of in
寇一的测评结果:
测试点
结果
时间
暂无数据
寇一的提交(cpp):
#include<iostream> using namespace std; int main(){ cout<<3 2 1; return 0;