parent
0295f77683
commit
7a3df15852
@ -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…
Reference in new issue