Submission #10843998
Source Code Expand
a, b, c = gets.split.map(&:to_i) puts(4*a*b < (c-a-b)*(c-a-b) ? 'Yes' : 'No')
Submission Info
| Submission Time | |
|---|---|
| Task | C - Sqrt Inequality |
| User | ds14050 |
| Language | Ruby (2.3.3) |
| Score | 0 |
| Code Size | 80 Byte |
| Status | WA |
| Exec Time | 7 ms |
| Memory | 1788 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 | 7 ms | 1788 KiB |
| 001.txt | AC | 7 ms | 1788 KiB |
| 002.txt | AC | 7 ms | 1788 KiB |
| 003.txt | AC | 7 ms | 1788 KiB |
| 004.txt | AC | 7 ms | 1788 KiB |
| 005.txt | WA | 7 ms | 1788 KiB |
| 006.txt | AC | 7 ms | 1788 KiB |
| 007.txt | AC | 7 ms | 1788 KiB |
| 008.txt | AC | 7 ms | 1788 KiB |
| 009.txt | AC | 7 ms | 1788 KiB |
| 010.txt | AC | 7 ms | 1788 KiB |
| 011.txt | AC | 7 ms | 1788 KiB |
| 012.txt | AC | 7 ms | 1788 KiB |
| 013.txt | AC | 7 ms | 1788 KiB |
| 014.txt | AC | 7 ms | 1788 KiB |
| 015.txt | AC | 7 ms | 1788 KiB |
| 016.txt | AC | 7 ms | 1788 KiB |
| 017.txt | AC | 7 ms | 1788 KiB |
| 018.txt | AC | 7 ms | 1788 KiB |
| 019.txt | AC | 7 ms | 1788 KiB |
| 020.txt | AC | 7 ms | 1788 KiB |
| 021.txt | AC | 7 ms | 1788 KiB |
| 022.txt | AC | 7 ms | 1788 KiB |
| 023.txt | AC | 7 ms | 1788 KiB |
| 024.txt | AC | 7 ms | 1788 KiB |
| example0.txt | AC | 7 ms | 1788 KiB |
| example1.txt | AC | 7 ms | 1788 KiB |