Beginner Free Contest 33 - GMT
View as PDF
Submit solution
Points:
0.10 (partial)
Time limit:
1.0s
Memory limit:
256M
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch
Comments
tham du tinh than
include <iostream>
int h,m,a,b; using namespace std;
int main() { cin >> h >> m >> a >>b; cout << (h - a + b + 24) % 24 << " " << m<<endl; return 0; }
code c++
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.