mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-09 23:58:48 +00:00
parent
e1a8b84021
commit
ab566c92ab
21
LibreOJ/6248/6248.cpp
Normal file
21
LibreOJ/6248/6248.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
const char endl = '\n';
|
||||
|
||||
long long a, b, c;
|
||||
|
||||
inline long long lcm(long long a, long long b) {
|
||||
return a / std::__gcd(a, b) * b;
|
||||
}
|
||||
|
||||
int main() {
|
||||
std::ios::sync_with_stdio(false);
|
||||
|
||||
cin >> a >> b >> c;
|
||||
cout << lcm(a, lcm(b, c)) << endl;
|
||||
|
||||
return 0;
|
||||
}
|
BIN
LibreOJ/6248/data/1.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/1.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/1.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/1.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/10.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/10.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/10.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/10.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/11.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/11.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/11.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/11.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/12.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/12.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/12.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/12.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/13.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/13.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/13.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/13.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/14.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/14.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/14.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/14.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/15.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/15.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/15.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/15.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/16.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/16.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/16.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/16.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/17.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/17.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/17.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/17.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/18.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/18.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/18.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/18.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/19.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/19.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/19.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/19.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/2.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/2.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/2.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/2.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/20.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/20.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/20.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/20.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/3.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/3.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/3.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/3.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/4.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/4.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/4.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/4.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/5.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/5.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/5.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/5.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/6.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/6.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/6.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/6.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/7.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/7.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/7.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/7.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/8.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/8.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/8.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/8.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/9.ans
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/9.ans
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
LibreOJ/6248/data/9.in
(Stored with Git LFS)
Normal file
BIN
LibreOJ/6248/data/9.in
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user