0_0_38893624_28359.cpp:1:1: error: 'define' does not name a type
1 | define _CRT_SECURE_NO_WARNINGS
| ^~~~~~
0_0_38893624_28359.cpp: In function 'int main()':
0_0_38893624_28359.cpp:35:18: error: expected '}' at end of input
35 | return 0;
| ^
0_0_38893624_28359.cpp:27:12: note: to match this '{'
27 | int main() {
| ^
|