Untitled
unknown
plain_text
2 years ago
134 B
6
Indexable
#include <bits/stdc++.h> using namespace std; int main() { long long n; cin >> n; cout << (2* n + 1) / 3; }
Editor is loading...
Leave a Comment
#include <bits/stdc++.h> using namespace std; int main() { long long n; cin >> n; cout << (2* n + 1) / 3; }