stove.cpp: In function 'int main()':
stove.cpp:23:28: error: 'i' was not declared in this scope
23 | int ans = t[n] + 1 - t[i];
| ^
stove.cpp:24:47: error: 'a' was not declared in this scope
24 | for(int i = 1; i <= n; i ++) tg.push_back(a[i] - a[i - 1] - 1);
| ^
stove.cpp:16:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
16 | freopen(TASK ".INP", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
stove.cpp:17:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | freopen(TASK ".OUT", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~