竞赛
考级
#include <iostream> #include <vector> using namespace std; int main() { int L, M; cin >> L >> M; }
130****3266