2699 is waiting to be solved

This commit is contained in:
2023-11-24 11:05:17 +01:00
commit 3568e8cca6
3 changed files with 48 additions and 0 deletions

12
2699-231124/main.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include<bits/stdc++.h>
using namespace std;
class Solution{
public:
vector<vector<int>> modifiedGraphEdges(int n, vector<vector<int>>& edges, int source, int destination, int target){
}
}
int main(){
}