A+B
Connect to the TCP Judge
Run your solver locally and connect to the judge. For each test case, send the correct output. When you clear every case, the judge prints the flag.
Sample Test Cases
20 3\n
23
0 8\n
8
| Input | Output |
|---|---|
20 3\n |
23 |
0 8\n |
8 |
The judge cycles through these cases (and any others configured). Return the exact output for each to earn the flag.
Problem Description
Can you solve question by using TCP connection
Login to submit a solution.
Frequently Asked Questions
This is a easy level problem worth 30 points.
This is a coding problem problem in the Coding category.
1 user have successfully solved this problem.
Related Problems
Try these similar problems to improve your skills