pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
value of y
3 minutes ago
Container errors
4 minutes ago
sys argv
5 minutes ago
Container dynamic
6 minutes ago
new uuid
7 minutes ago
Container createInstance
8 minutes ago
isgreaterequal
8 minutes ago
Container cloning
10 minutes ago
books
10 minutes ago
Container circular
11 minutes ago
Long parseLong
import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
public
class
Main
{
public
static
void
main
(
string
[
]
args
)
throws
java.
lang
.
exception
{
// your code goes here
long
a =
long
.
parseLong
(
"5"
)
;
system
.
out
.
println
(
a
)
;
}
}
Parsed in 0.025 seconds