Problems
All Problems
Newest Problems
Unsolved Problems
Recommended Problems
Contests
Submissions
Clarifications
Others
Announcements
Rankings
Credits
C++ Reference
Donate!
Login
Statement
Submit Code
My Submissions
All Submissions
shortest (EE)
Given a square
S
, output the square-root of
S
.
Input
The first and only line will contain an integer
S
(1 ≤
S
≤ 3.14159265 * 10
100
).
Output
On the first and only line write the integer √
S
.
Sample Input 1
121
Sample Output 1
11
Submitting to 'shortest'
You're not logged in! Click here to login
Submitting .cpp to 'shortest'
You're not logged in! Click here to login
Compile Errors
Time Limit:
1 Seconds
Memory Limit:
1024MB
No. of ACs:
1
Your best score:
0
Source:
Dunjudge Archive
Subtask
Score
1
100
2
0