Submission #11061339
Source Code Expand
#!/usr/bin/python3
a, b, c = map(int, input().split())
if (a*b)*4 < ((c-a-b))**2:
print("Yes")
else:
print("No")
Submission Info
| Submission Time | |
|---|---|
| Task | C - Sqrt Inequality |
| User | nesosuke |
| Language | Python (3.4.3) |
| Score | 0 |
| Code Size | 127 Byte |
| Status | WA |
| Exec Time | 17 ms |
| Memory | 2940 KiB |
Judge Result
| Set Name | Sample | All | ||||||
|---|---|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 300 | ||||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt, 022.txt, 023.txt, 024.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 17 ms | 2940 KiB |
| 001.txt | AC | 17 ms | 2940 KiB |
| 002.txt | AC | 17 ms | 2940 KiB |
| 003.txt | AC | 17 ms | 2940 KiB |
| 004.txt | AC | 17 ms | 2940 KiB |
| 005.txt | WA | 17 ms | 2940 KiB |
| 006.txt | AC | 17 ms | 2940 KiB |
| 007.txt | AC | 17 ms | 2940 KiB |
| 008.txt | AC | 17 ms | 2940 KiB |
| 009.txt | AC | 17 ms | 2940 KiB |
| 010.txt | AC | 17 ms | 2940 KiB |
| 011.txt | AC | 17 ms | 2940 KiB |
| 012.txt | AC | 17 ms | 2940 KiB |
| 013.txt | AC | 17 ms | 2940 KiB |
| 014.txt | AC | 17 ms | 2940 KiB |
| 015.txt | AC | 17 ms | 2940 KiB |
| 016.txt | AC | 17 ms | 2940 KiB |
| 017.txt | AC | 17 ms | 2940 KiB |
| 018.txt | AC | 17 ms | 2940 KiB |
| 019.txt | AC | 17 ms | 2940 KiB |
| 020.txt | AC | 17 ms | 2940 KiB |
| 021.txt | AC | 17 ms | 2940 KiB |
| 022.txt | AC | 17 ms | 2940 KiB |
| 023.txt | AC | 17 ms | 2940 KiB |
| 024.txt | AC | 17 ms | 2940 KiB |
| example0.txt | AC | 17 ms | 2940 KiB |
| example1.txt | AC | 17 ms | 2940 KiB |