0_0_12978870_27392.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_12978870_27392.cpp:5: error: expected constructor, destructor, or type conversion before '<' token
0_0_12978870_27392.cpp:5: error: expected `,' or `;' before '<' token
0_0_12978870_27392.cpp: In function `int BabyStep(int, int, int)':
0_0_12978870_27392.cpp:27: error: `__gcd' undeclared (first use this function)
0_0_12978870_27392.cpp:27: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12978870_27392.cpp:32: error: `ma' undeclared (first use this function)
0_0_12978870_27392.cpp:33: error: `sqrt' undeclared (first use this function)
0_0_12978870_27392.cpp: In function `int main()':
0_0_12978870_27392.cpp:47: error: `scanf' undeclared (first use this function)
0_0_12978870_27392.cpp:47: error: `EOF' undeclared (first use this function)
0_0_12978870_27392.cpp:48: error: `puts' undeclared (first use this function)
0_0_12978870_27392.cpp:50: error: `printf' undeclared (first use this function)
|