-
Google's Coding Competitions
https://codingcompetitions.withgoogle.com/past-competitions
https://github.com/kamyu104 https://github.com/ckcz123/codejam
python3 ../interactive_runner.py python3 Code_Jam_2022-1B-3-testing_tool.py 0 -- python3 Code_Jam_2022-1B-3.py
python3 Kick_Start_2022-D-2.py < ~/Downloads/test_data/test_set_1/ts1_input.txt > ~/Downloads/test_data/test_set_1/ts1_output_my.txt
diff ~/Downloads/test_data/test_set_1/ts1_output.txt ~/Downloads/test_data/test_set_1/ts1_output_my.txt
python3 Kick_Start_2022-D-2.py < ~/Downloads/test_data/test_set_2/ts2_input.txt > ~/Downloads/test_data/test_set_2/ts2_output_my.txt
diff ~/Downloads/test_data/test_set_2/ts2_output.txt ~/Downloads/test_data/test_set_2/ts2_output_my.txt
./a.out < ~/Downloads/test_data/test_set_1/ts1_input.txt > ~/Downloads/test_data/test_set_1/ts1_output_my.txt
diff ~/Downloads/test_data/test_set_1/ts1_output.txt ~/Downloads/test_data/test_set_1/ts1_output_my.txt
./a.out < ~/Downloads/test_data/test_set_2/ts2_input.txt > ~/Downloads/test_data/test_set_2/ts2_output_my.txt
diff ~/Downloads/test_data/test_set_2/ts2_output.txt ~/Downloads/test_data/test_set_2/ts2_output_my.txt