Sphere Online Judge
sign in
News
Problems
basics
challenge
classical
none
partial
riddle
tutorial
Status
Ranking
Forum
SPOJ
time:
2025-04-21
14 : 19 : 38
Private submission
Private submission won't be visible to other users and won't be taken into consideration in ranks.
submit a solution
Please insert your source code or choose a file:
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
eax
,
01h
; exit()
xor
ebx
,
ebx
; errno
int
80h
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Assembler 32 (nasm 2.14)
Assembler 64 (nasm 2.14)
Bash (bash 5.0.3)
Brainf**k (bff 1.0.6)
C (gcc 8.3)
C++ (g++ 4.3.2)
C++ (gcc 8.3)
C++14 (gcc 8.3)
C99 (gcc 8.3)
Clips (clips 6.30)
Common Lisp (sbcl 1.4.16)
D (gdc 8.3)
Fortran (gfortran 8.3)
Intercal (ick 0.3)
Nemerle (ncc 1.2.547)
Ocaml (ocamlopt 4.05.0)
Pascal (gpc 20070904)
Pascal (fpc 3.0.4)
Prolog (swi 7.6.4)
Python (cpython 2.7.16)
Ruby (ruby 2.5.5)
Scala (scala 2.12.8)
Scheme (guile 2.2.4)
Scheme (stalin 0.11)
Smalltalk (gst 3.2.5)
TCL (tcl 8.6)
Text (plain text)
Whitespace (wspace 0.3)
Please log in to submit your solution.
© Spoj.com. All Rights Reserved. Spoj uses
Sphere Engine
™ © by
Sphere Research Labs
.