2024-09-26 18:50:30 -03:00

11 lines
116 B
C++

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