-
Notifications
You must be signed in to change notification settings - Fork 0
Devansh30032004/General
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
#include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--){
int n,m;
cin>>n>>m;
string s;
cin>>s;
vector<pair<int,int>> v;
for(int i=0;i<m;i++){
int m,n;
cin>>m>>n;
v.push_back(make_pair(m,n));
}
}
return 0;
}About
No description, website, or topics provided.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published