Untitled
unknown
plain_text
3 years ago
151 B
3
Indexable
#include <iostream> using namespace std; int main() { int x, t; t = 0; cin >> x; t = x / 5; if (x%5!=0) { t += 1; } cout << t; }
Editor is loading...
#include <iostream> using namespace std; int main() { int x, t; t = 0; cin >> x; t = x / 5; if (x%5!=0) { t += 1; } cout << t; }