Problemas

This commit is contained in:
2024-09-26 18:50:30 -03:00
parent 3fb559f29b
commit 601881b5e6
3 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include <bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false);
;
return 0;
}