0_0_39575021_24372.cpp: In function 'int main()':
0_0_39575021_24372.cpp:5:24: error: 'll' has not been declared
5 | auto print128 = [](ll num)
| ^~
0_0_39575021_24372.cpp: In lambda function:
0_0_39575021_24372.cpp:9:13: error: 'cout' was not declared in this scope
9 | cout << 0;
| ^~~~
0_0_39575021_24372.cpp:12:9: error: 'string' was not declared in this scope
12 | string s;
| ^~~~~~
0_0_39575021_24372.cpp:15:13: error: 's' was not declared in this scope
15 | s.push_back('0' + num % 10);
| ^
0_0_39575021_24372.cpp: In function 'int main()':
0_0_39575021_24372.cpp:22:14: error: 'sum' was not declared in this scope
22 | print128(sum);
| ^~~
|