Private submission
Private submission won't be visible to other users and won't be taken into consideration in ranks.

submit a solution


Bạn có thể viết mã nguồn vào đây hoặc gửi bằng tệp tin:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
global _start
section .data
section .text
_start:
    ; your code goes here
    je      exit
exit:
    mov     eax01h        ; exit()
    xor     ebxebx        ; errno
    int     80h
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Please log in to submit your solution.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.