cf/mirror

Petya and File System

CF
66C1800· expert3s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
C:\folder1\file1.txt
Output
0 1
Sample 2of 3
Input
C:\folder1\folder2\folder3\file1.txt
C:\folder1\folder2\folder4\file1.txt
D:\folder1\file1.txt
Output
3 2
Sample 3of 3
Input
C:\file\file\file\file\file.txt
C:\file\file\file\file2\file.txt
Output
4 2
66C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)