0_0_10589878_16658.cpp:8: error: `ll' does not name a type
0_0_10589878_16658.cpp:12: error: `ll' does not name a type
0_0_10589878_16658.cpp: In function `int main()':
0_0_10589878_16658.cpp:15: error: `ll' undeclared (first use this function)
0_0_10589878_16658.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10589878_16658.cpp:15: error: expected `;' before "nn"
0_0_10589878_16658.cpp:16: error: `nn' undeclared (first use this function)
0_0_10589878_16658.cpp:18: error: expected `;' before "n"
0_0_10589878_16658.cpp:19: error: `n' undeclared (first use this function)
0_0_10589878_16658.cpp:19: error: `a' undeclared (first use this function)
0_0_10589878_16658.cpp:19: error: `b' undeclared (first use this function)
0_0_10589878_16658.cpp:20: error: `swap' undeclared (first use this function)
0_0_10589878_16658.cpp:21: error: expected `;' before "g"
0_0_10589878_16658.cpp:22: error: expected `;' before "lcm"
0_0_10589878_16658.cpp:23: error: expected `;' before "quo"
0_0_10589878_16658.cpp:25: error: `lcm' undeclared (first use this function)
0_0_10589878_16658.cpp:25: error: `val_loop' undeclared (first use this function)
0_0_10589878_16658.cpp:27: error: `quo' undeclared (first use this function)
0_0_10589878_16658.cpp:27: error: `mod' undeclared (first use this function)
0_0_10589878_16658.cpp: At global scope:
0_0_10589878_16658.cpp:33: error: `ll' does not name a type
|