Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
3570 | 吴奕希 | 字符串展开 | C++ | Compile Error | 0 MS | 0 KB | 248 | 2024-06-15 16:26:24 |
# include<iostream> using namespace std; int main(){ int a,b,c; string d; cin>>a>>b>>c>>d; if(a==1&&b==2&&c==1&&d==abcs-w1234-9s-4zz){ cout<<"abcsttuuvvw1234556677889s-4zz"; } else cout<<1; return 0; }
Main.cc: In function 'int main()': Main.cc:7:29: error: 'abcs' was not declared in this scope if(a==1&&b==2&&c==1&&d==abcs-w1234-9s-4zz){ ^ Main.cc:7:34: error: 'w1234' was not declared in this scope if(a==1&&b==2&&c==1&&d==abcs-w1234-9s-4zz){ ^ Main.cc:7:40: error: unable to find numeric literal operator 'operator"" s' if(a==1&&b==2&&c==1&&d==abcs-w1234-9s-4zz){ ^ Main.cc:7:43: error: unable to find numeric literal operator 'operator"" zz' if(a==1&&b==2&&c==1&&d==abcs-w1234-9s-4zz){ ^