Untitled
unknown
plain_text
2 years ago
188 B
5
Indexable
#include <iostream> using namespace std; int main() { double n, m, s, a; cin >> n >> m >> s; a = 12 * 3600 / 360; cout << (n * 3600 + m * 60 + s) / a << endl; }
Editor is loading...
Leave a Comment