0_0_39597100_20967.cpp: In function 'void get_euler(long long int)':
0_0_39597100_20967.cpp:31:36: error: expected '}' at end of input
31 | if (i * b[j] > n)break;//
| ^
0_0_39597100_20967.cpp:30:9: note: to match this '{'
30 | {
| ^
0_0_39597100_20967.cpp:31:36: error: expected '}' at end of input
31 | if (i * b[j] > n)break;//
| ^
0_0_39597100_20967.cpp:27:5: note: to match this '{'
27 | {
| ^
0_0_39597100_20967.cpp:31:36: error: expected '}' at end of input
31 | if (i * b[j] > n)break;//
| ^
0_0_39597100_20967.cpp:25:1: note: to match this '{'
25 | {
| ^
|