0_0_14803995_29560.cpp:96:1: error: stray '\274' in program
¼Æ¿Æ1302ÌÆ¿¡½Ü 2015/9/13 16:04:13
^
0_0_14803995_29560.cpp:96:1: error: stray '\306' in program
0_0_14803995_29560.cpp:96:1: error: stray '\277' in program
0_0_14803995_29560.cpp:96:1: error: stray '\306' in program
0_0_14803995_29560.cpp:96:1: error: stray '\314' in program
0_0_14803995_29560.cpp:96:1: error: stray '\306' in program
0_0_14803995_29560.cpp:96:1: error: stray '\277' in program
0_0_14803995_29560.cpp:96:1: error: stray '\241' in program
0_0_14803995_29560.cpp:96:1: error: stray '\275' in program
0_0_14803995_29560.cpp:96:1: error: stray '\334' in program
0_0_14803995_29560.cpp:95:1: error: expected unqualified-id before numeric constant
16:04:13
^
0_0_14803995_29560.cpp: In function 'LL quick_mod(LL, LL, LL)':
0_0_14803995_29560.cpp:112:8: error: redefinition of 'LL quick_mod(LL, LL, LL)'
LL quick_mod(LL a, LL b,LL p)
^
0_0_14803995_29560.cpp:33:8: note: 'LL quick_mod(LL, LL, LL)' previously defined here
LL quick_mod(LL a,LL b,LL m)
^
0_0_14803995_29560.cpp: In function 'int main()':
0_0_14803995_29560.cpp:172:9: error: redefinition of 'int main()'
int main()
^
0_0_14803995_29560.cpp:73:9: note: 'int main()' previously defined here
int main()
^
|