СРОЧНО, ПОЖАЛУЙСТА, ИНФОРМАТИКА
#include
using namespace std;
signed main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
int a;
cin >> a;
cout << (a / 60) % 24 << " " << a % 60;</strong>
}