Radio Station
918B900· newbie2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
2 2main 192.168.0.2replica 192.168.0.1block 192.168.0.1;proxy 192.168.0.2;
Output
block 192.168.0.1; #replicaproxy 192.168.0.2; #main
Sample 2of 2
Input
3 5google 8.8.8.8codeforces 212.193.33.27server 138.197.64.57redirect 138.197.64.57;block 8.8.8.8;cf 212.193.33.27;unblock 8.8.8.8;check 138.197.64.57;
Output
redirect 138.197.64.57; #serverblock 8.8.8.8; #googlecf 212.193.33.27; #codeforcesunblock 8.8.8.8; #googlecheck 138.197.64.57; #server
58%
918B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)