运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
645314 Y1614824396_fdsf 1070 - 子序列 编译错误 0 0 MS 0 KB C++ 557 8天前
暂时无法获取本题测试点详情。

Main.cc:7:15: warning: multi-character character constant [-Wmultichar]
7 | if(s=='EOF') break;
| ^~~~~
Main.cc:1:1: error: 'include' does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
Main.cc: In function 'int main()':
Main.cc:4:5: error: 'string' was not declared in this scope
4 | string s,t;
| ^~~~~~
Main.cc:6:9: error: 'cin' was not declared in this scope
6 | cin>>s>>t;
| ^~~
Main.cc:6:14: error: 's' was not declared in this scope
6 | cin>>s>>t;
| ^
Main.cc:6:17: error: 't' was not declared in this scope
6 | cin>>s>>t;
| ^
Main.cc:8:9: error: 'vector' was not declared in this scope
8 | vector<int> vec(s.size(),0);
| ^~~~~~
Main.cc:8:16: error: expected primary-expression before 'int'
8 | vector<int> vec(s.size(),0);
| ^~~
Main.cc:12:17: error: 'vec' was not declared in this scope
12 | vec[j]=1;
| ^~~
Main.cc:17:20: error: 'vec' was not declared in this scope
17 | for(auto i:vec){
| ^~~
Main.cc:21:13: error: 'cout' was not declared in this scope
21 | cout<<"Yes"<<endl;
| ^~~~
Main.cc:21:26: error: 'endl' was not declared in this scope
21 | cout<<"Yes"<<endl;
| ^~~~
Main.cc:23:13: error: 'cout' was not declared in this scope
23 | cout<<"No"<<endl;
| ^~~~
Main.cc:23:25: error: 'endl' was not declared in this scope
23 | cout<<"No"<<endl;
| ^~~~