diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-09-19 23:36:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-09-19 23:36:54 +0900 |
| commit | 97e4cf58cd81e78966b69af032c87971ba67792b (patch) | |
| tree | 443110159fdf770de7f8e14d043aed4d345eb462 /Makefile | |
| parent | cc170e93f6092a81d1fcafe54f0ce13ea76a678b (diff) | |
| download | mncore-challenge-97e4cf58cd81e78966b69af032c87971ba67792b.tar.gz mncore-challenge-97e4cf58cd81e78966b69af032c87971ba67792b.tar.zst mncore-challenge-97e4cf58cd81e78966b69af032c87971ba67792b.zip | |
19-Inversion
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -all: contains +all: inversion matrix_square_testcase_1: ./judge --enable-get problems/14-Matrix-Square/testcase_1_double_4x4.vsm problems/14-Matrix-Square/answer_1_double_4x4.vsm @@ -19,4 +19,4 @@ contains: ./judge --enable-get problems/15-Contains/testcase.vsm problems/15-Contains/03.vsm inversion: - ./judge --enable-get problems/19-Inversion/testcase.vsm problems/19-Inversion/01.vsm + ./judge --enable-get problems/19-Inversion/testcase.vsm problems/19-Inversion/02.vsm |
