scales.cpp: In function 'void init(int)':
scales.cpp:24:15: warning: unused parameter 'T' [-Wunused-parameter]
24 | void init(int T) {
| ~~~~^
scales.cpp: In function 'void orderCoins()':
scales.cpp:45:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
45 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^
scales.cpp:50:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
50 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^
scales.cpp:54:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
54 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^
scales.cpp:59:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
59 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^
scales.cpp:65:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
65 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^
scales.cpp:70:13: warning: declaration of 'i' shadows a previous local [-Wshadow]
70 | for(int i = 0; i < 6; i++){
| ^
scales.cpp:29:9: note: shadowed declaration is here
29 | int i = 1, j = 2, k = 3;
| ^