stove.cpp:77:1: error: extended character is not valid in an identifier
77 |
| ^
stove.cpp: In function 'int main()':
stove.cpp:71:9: warning: unused variable 'i' [-Wunused-variable]
71 | int i = 1;
| ^
stove.cpp: At global scope:
stove.cpp:77:1: error: '\U000000a0' does not name a type
77 |
| ^
stove.cpp: In function 'void files()':
stove.cpp:31:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
31 | freopen("input.txt", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
stove.cpp:32:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
32 | freopen("output.txt", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~