What is Ideone?
Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
I don't know how to write programs on Ideone. Are there any samples available?
I would like to learn programming or improve my programming skills...
Please visit
www.spoj.com - an "online judge" with large and diverse set of programming problems for both beginners and advanced programmers.
Are there any memory or time constraints for the submitted programs?
Yes, they are as follows:
- compilation time: 10 seconds,
- execution time: 5 seconds (for not logged in users) or 15 seconds (for registered users),
- memory usage: 256 MB.
Can I access the Internet from my program?
No, access to the network is blocked.
Can I write or read files in my program?
You can read existing files but you can't create new ones. For communication with the program, stdin and stdout should be used.
How long my codes will be stored on Ideone?
Forever.
What is the size limit for the source code, input and output?
64 kB.
How many processes can I create in my program?
Programs are allowed to create up to 15 processes. It means, for example, that you can use together up to 14 pipelines in the Bash.
What encoding is used in the source code and in the input stream?
UTF-8.
How is end of line (EOL) represented in the source code and in the input stream?
End of line is represented by
\n
(LF, Linux style). Even if you submit input or source code
with Windows EOL (
\r\n
, CRLF) or Mac OS EOL (
\r
, CR), end-of-lines will be converted to the Linux style.
My program seems to have a correct syntax. Why does it fail to compile?
What should I do when I get internal error?
Resubmit your code once or twice. If that doesn't help please contact us.
Visibility of the code - what's that?
Visibility determines how the program is visible on ideone.com and who can access it. Possible values are:
- public - everyone has access to the code and it is listed at the recent codes page;
- secret - everyone has access to the code and it is not listed at the recent codes page;
- private - only author of the code has access to it and it is not listed at the recent codes page. To use this level of visibility you need to be logged in.
What does enable normal time stamps option in account settings do?
Check this option to see dates in normal format (2013-06-06 06:06:06) rather than in 'ago' format (6 hours 6 minutes ago).
What are labels for?
You can use labels to organize your codes. Your labels are visible only to you.
What is publishing of a label for?
When you publish a label then all your programs (public and private, but not ones with the user's visibility) with that label are available as a list at the same address. You can use this feature to share many programs at once.
How to publish one or more programs on a single page?
You can use labels. See What is publishing of a label for? above.
What is a link and what characters are allowed for the link?
Link is a part of the address to a site created by publishing a label. Allowed characters for the link are (without [ and ]): [a-z0-9_-]
What does template action do?
The template action allows you to set the code as a template for the current language. When set, the template can be loaded into the source code editor. The template is visible only to its creator.
I would like to see a new language or library on Ideone. Is there anything I can do about that?
Yes, please let us know.
What programming languages are supported on Ideone?
The following programming languages are supported:
name |
version |
id (for api) |
Ada95 |
gnat 8.3 |
7 |
Assembler 32bit |
nasm 2.14 |
13 |
Assembler 32bit |
gcc 8.3 |
45 |
Assembler 64bit |
nasm 2.14 |
42 |
AWK |
gawk 4.2.1 |
104 |
AWK |
mawk 1.3.3 |
105 |
Bash |
bash 5.0.3 |
28 |
BC |
bc 1.07.1 |
110 |
Brainf**k |
bff 1.0.6 |
12 |
C |
gcc 8.3 |
11 |
C |
clang 8.0 |
81 |
C# |
gmcs 5.20.1 |
27 |
C# |
NET 6.0 |
86 |
C++ |
gcc 8.3 |
1 |
C++ 4.3.2 |
gcc-4.3.2 |
41 |
C++14 |
gcc 8.3 |
44 |
C++14 |
clang 8.0 |
82 |
C99 |
gcc 8.3 |
34 |
Clips |
clips 6.30 |
14 |
Clojure |
clojure 1.10.0 |
111 |
Cobol |
gnucobol 2.2.0 |
118 |
COBOL 85 |
tinycobol-0.65.9 |
106 |
CoffeeScript |
coffee 2.4.1 |
91 |
Common Lisp |
sbcl 1.4.16 |
31 |
Common Lisp |
clisp 2.49.92 |
32 |
D |
gdc 8.3 |
20 |
D |
ldc 1.12.0 |
84 |
D |
dmd 2.085.0 |
102 |
Dart |
dart 2.3.0 |
48 |
Elixir |
elixir 1.8.2 |
96 |
Erlang |
erl 21.3.8 |
36 |
F# |
mono 4.1 |
124 |
Fantom |
fantom 1.0.72 |
92 |
Forth |
gforth 0.7.3 |
107 |
Fortran |
gfortran 8.3 |
5 |
Go |
go 1.12.1 |
114 |
Gosu |
gosu 1.14.9 |
98 |
Groovy |
groovy 2.5.6 |
121 |
Haskell |
ghc 8.4.4 |
21 |
Icon |
iconc 9.5.1 |
16 |
Intercal |
ick 0.3 |
9 |
Java |
HotSpot 12 |
10 |
Java |
12.0.1 |
55 |
JavaScript |
rhino 1.7.9 |
35 |
JavaScript |
SMonkey 60.2.3 |
112 |
Julia |
julia 1.5.3 |
80 |
Kotlin |
kotlin 1.3.21 |
47 |
Lua |
luac 5.3.3 |
26 |
Nemerle |
ncc 1.2.547 |
30 |
Nice |
nicec 0.9.13 |
25 |
Nim |
nim 0.19.4 |
122 |
Node.js |
node 11.12.0 |
56 |
Objective-C |
gcc 8.3 |
43 |
Objective-C |
clang 8.0 |
83 |
OCaml |
ocamlopt 4.05.0 |
8 |
Octave |
octave 4.4.1 |
127 |
Pascal |
gpc 20070904 |
2 |
Pascal |
fpc 3.0.4 |
22 |
Perl |
perl 5.28.1 |
3 |
Perl |
perl 2018.12 |
54 |
PHP |
php 7.3.5 |
29 |
Pico Lisp |
pico 18.12.27 |
94 |
Pike |
pike 8.0 |
19 |
Prolog |
swi 7.6.4 |
15 |
Prolog |
gprolog 1.4.5 |
108 |
Python |
cpython 2.7.16 |
4 |
Python |
PyPy 2.7.13 |
99 |
Python 3 |
python 3.9.5 |
116 |
Python 3 nbc |
python 3.7.3 |
126 |
R |
R 3.5.2 |
117 |
Racket |
racket 7.0 |
95 |
Ruby |
ruby 2.5.5 |
17 |
Rust |
rust 1.56 |
93 |
Scala |
scala 2.12.8 |
39 |
Scheme |
stalin 0.11 |
18 |
Scheme |
guile 2.2.4 |
33 |
Scheme |
chicken 4.13 |
97 |
Smalltalk |
gst 3.2.5 |
23 |
SQLite |
sqlite 3.27.2 |
40 |
Swift |
swift 4.2.2 |
85 |
TCL |
tcl 8.6 |
38 |
Text |
text 6.10 |
62 |
Unlambda |
unlambda 0.1.4.2 |
115 |
VB.net |
mono 4.7 |
50 |
VB.NET |
mono-3.10 |
101 |
Whitespace |
wspace 0.3 |
6 |
How can I get in touch with you?