triangle.cpp: In function 'int main()':
triangle.cpp:6:23: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | #define inputt freopen("triangles.txt","r",stdin);freopen("triangles.txt","w",stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.cpp:17:2: note: in expansion of macro 'inputt'
17 | inputt
| ^~~~~~
triangle.cpp:6:58: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | #define inputt freopen("triangles.txt","r",stdin);freopen("triangles.txt","w",stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.cpp:17:2: note: in expansion of macro 'inputt'
17 | inputt
| ^~~~~~