restructure zeta/** to storage/zeta/**
This commit is contained in:
14
storage/zeta/cpp/completed/15894.cpp
Normal file
14
storage/zeta/cpp/completed/15894.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
long long solve(long long n) {
|
||||
return 4 * n;
|
||||
}
|
||||
|
||||
int main() {
|
||||
long long n;
|
||||
cin >> n;
|
||||
cout << solve(n);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user