Compare commits

...

2 Commits

@ -0,0 +1,10 @@
#include <bits/stdc++.h>
using namespace std;
typedef long long LL;
int main() {
int a, b, c;
int x;
cin >> a >> b >> c;
return 0;
}
Loading…
Cancel
Save