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
.data
.text
.global main
main:                   # int main()
                        # {
    
    # your code goes here
    
    xor %eax, %eax      # return 0;
    ret
                        # }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


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