0_0_30443059_22797.cpp:10:1: error: '_int128' does not name a type
_int128 strassen(unsigned long long n, long long a, long long b){
^
0_0_30443059_22797.cpp: In function 'int main()':
0_0_30443059_22797.cpp:25:50: error: 'strassen' was not declared in this scope
unsigned long long ans = strassen(n, a, b);
^
|