QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311247 | #4829. Mark on a Graph | zlt | 0 | 0ms | 3640kb | C++14 | 110b | 2024-01-22 09:28:08 | 2024-01-22 09:28:09 |
answer
#include <bits/stdc++.h>
int main() {
puts((time(0) & 1) ? "mark\n0" : "ok");
while (clock() < 1000) ;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3640kb
input:
1000 3560 603 151 415 20 102 569 895 552 678 734 24 614 689 518 440 223 751 919 223 433 711 551 502 634 706 583 812 501 514 535 780 751 720 530 532 384 888 139 864 791 292 675 171 881 30 592 464 557 280 299 654 650 894 335 250 532 792 10 83 969 118 771 579 300 852 983 243 940 957 939 817 889 911 319...
output:
mark 0
input:
1000 3560 554 950 217 396 376 466 702 854 18 186 833 50 137 648 739 710 184 95 383 358 175 831 48 355 279 349 167 174 494 970 582 250 506 567 695 500 326 595 253 49 418 368 882 964 292 403 831 643 999 851 125 553 102 506 437 827 726 125 932 719 641 339 948 721 790 770 146 267 749 719 186 465 360 898...
output:
mark 0
result:
wrong answer Token "mark" doesn't correspond to pattern "ok"