186563_0_17062.cpp: In function `int main()':
186563_0_17062.cpp:5: error: `int64' undeclared (first use this function)
186563_0_17062.cpp:5: error: (Each undeclared identifier is reported only once for each function it appears in.)
186563_0_17062.cpp:5: error: expected `;' before "sum"
186563_0_17062.cpp:6: error: `m' undeclared (first use this function)
186563_0_17062.cpp:9: error: `n' undeclared (first use this function)
186563_0_17062.cpp:10: error: `sum' undeclared (first use this function)
|