0_0_36554516_16678.cpp: In function 'void solve()':
0_0_36554516_16678.cpp:19:30: error: 'scanf_s' was not declared in this scope
scanf_s("%d%d%d", &n, &m, &k);
^
0_0_36554516_16678.cpp: In function 'int main()':
0_0_36554516_16678.cpp:48:18: error: 'scanf_s' was not declared in this scope
scanf_s("%d", &T);
^
|