0_0_13096402_5786.cpp:56:1: error: stray '\264' in program
´úÂë¶þ£º
^
0_0_13096402_5786.cpp:56:1: error: stray '\372' in program
0_0_13096402_5786.cpp:56:1: error: stray '\302' in program
0_0_13096402_5786.cpp:56:1: error: stray '\353' in program
0_0_13096402_5786.cpp:56:1: error: stray '\266' in program
0_0_13096402_5786.cpp:56:1: error: stray '\376' in program
0_0_13096402_5786.cpp:56:1: error: stray '\243' in program
0_0_13096402_5786.cpp:56:1: error: stray '\272' in program
0_0_13096402_5786.cpp:5:5: error: '_int64' does not name a type
_int64 mod = 2147483647;
^
0_0_13096402_5786.cpp:6:5: error: '_int64' does not name a type
_int64 a[105];
^
0_0_13096402_5786.cpp: In function 'int main()':
0_0_13096402_5786.cpp:19:33: error: 'a' was not declared in this scope
scanf("%I64d", &a[i]);
^
0_0_13096402_5786.cpp:21:18: error: 'a' was not declared in this scope
sort(a + 1, a + n + 1); //ÅÅÐò
^
0_0_13096402_5786.cpp:43:37: error: 'mod' was not declared in this scope
if ((a[l] + a[i]) % mod == a[r])
^
0_0_13096402_5786.cpp: At global scope:
0_0_13096402_5786.cpp:60:1: error: expected unqualified-id before '[' token
[cpp] view plaincopyprint?
^
|