Skip to content

Commit

Permalink
ABC367B Cut.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicfred committed Aug 26, 2024
1 parent 8eb9d73 commit c09f3cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions atcoder/abc367B_cut_0.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Vicfred
// https://atcoder.jp/contests/abc367/tasks/abc367_b
// implementation
#include <iostream>
#include <iomanip>

using namespace std;

int main() {
long double X;
cin >> X;
cout << X << endl;
return 0;
}

0 comments on commit c09f3cc

Please sign in to comment.