0_0_12763772_29968.cpp:1: error: `LL' does not name a type
0_0_12763772_29968.cpp: In function `int main()':
0_0_12763772_29968.cpp:30: error: `LL' undeclared (first use this function)
0_0_12763772_29968.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12763772_29968.cpp:30: error: expected `;' before "n"
0_0_12763772_29968.cpp:31: error: `cin' undeclared (first use this function)
0_0_12763772_29968.cpp:31: error: `n' undeclared (first use this function)
0_0_12763772_29968.cpp:31: error: `m' undeclared (first use this function)
0_0_12763772_29968.cpp:33: error: expected `;' before "p"
0_0_12763772_29968.cpp:34: error: `cout' undeclared (first use this function)
0_0_12763772_29968.cpp:34: error: `p' undeclared (first use this function)
0_0_12763772_29968.cpp:34: error: `endl' undeclared (first use this function)
|