0_0_30230820_26679.cpp: In function 'int main()':
0_0_30230820_26679.cpp:173:5: error: expected '}' before 'else'
else
^
0_0_30230820_26679.cpp:179:4: error: 'else' without a previous 'if'
else
^
0_0_30230820_26679.cpp:181:11: error: 'm' was not declared in this scope
print(m.f % MOD * inv(m.s, MOD) %MOD);
^
0_0_30230820_26679.cpp: At global scope:
0_0_30230820_26679.cpp:186:1: error: expected declaration before '}' token
}
^
|