135492025-01-08 09:39:43therealbalintmarotiÖntözés (50 pont)cpp17Wrong answer 1/5083ms576 KiB
#include <iostream>

using namespace std;

int main()
{
    int a;
    int b;
    int x;
    int y;
    int q;
    int m;
    int szam;
    cin >> q;
    cin >> m;
    for (int i = 0; i < q; i++){
        cin >> a;
        cin >> x;
        cin >> b;
        cin >> y;
        szam = ((b-a)*24 + y - y)/m;
        cout << szam << "\n";
    }
    return 0;
}
SubtaskSumTestVerdictTimeMemory
base1/50
1Wrong answer0/01ms500 KiB
2Wrong answer0/013ms316 KiB
3Wrong answer0/51ms316 KiB
4Wrong answer0/578ms564 KiB
5Wrong answer0/31ms316 KiB
6Wrong answer0/31ms316 KiB
7Wrong answer0/31ms328 KiB
8Wrong answer0/31ms316 KiB
9Wrong answer0/31ms316 KiB
10Wrong answer0/31ms316 KiB
11Wrong answer0/31ms384 KiB
12Wrong answer0/11ms508 KiB
13Wrong answer0/11ms508 KiB
14Wrong answer0/12ms316 KiB
15Accepted1/11ms316 KiB
16Wrong answer0/283ms412 KiB
17Wrong answer0/382ms444 KiB
18Wrong answer0/283ms448 KiB
19Wrong answer0/379ms564 KiB
20Wrong answer0/183ms564 KiB
21Wrong answer0/178ms316 KiB
22Wrong answer0/381ms576 KiB