摘要:
1 .objectsTab.active{} /*Tab和.之间没有空格*/ 2 <element class="objectsTab active"> 3 4 .objectsTab .active{} /*Tab和.之间有空格,后代class*/ 5 <element class="object 阅读全文
摘要:
1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 const int N=1e5+10; 5 const int INF=0x3f3f3f3f; 6 int cas=1,T; 7 struct no 阅读全文