0_0_33838786_9522.c:1:2: error: expected identifier or '(' before numeric constant
1 # include <iostream>
^
0_0_33838786_9522.c:1:4: error: stray '#' in program
1 # include <iostream>
^
0_0_33838786_9522.c:2:4: error: stray '#' in program
2 # include <cstdio>
^
0_0_33838786_9522.c:3:4: error: stray '#' in program
3 # include <cstring>
^
0_0_33838786_9522.c:4:4: error: stray '#' in program
4 # include <algorithm>
^
0_0_33838786_9522.c:5:4: error: stray '#' in program
5 # include <cmath>
^
0_0_33838786_9522.c:6:4: error: stray '#' in program
6 # define LL long long
^
0_0_33838786_9522.c:8:2: error: expected identifier or '(' before numeric constant
8
^
0_0_33838786_9522.c:10:1: error: expected identifier or '(' before numeric constant
10 int f[100010] ;
^
0_0_33838786_9522.c:11:1: error: expected identifier or '(' before numeric constant
11 //int dp[100010] ;
^
0_0_33838786_9522.c:12:1: error: expected identifier or '(' before numeric constant
12 int n ;
^
0_0_33838786_9522.c:13:1: error: expected identifier or '(' before numeric constant
13
^
0_0_33838786_9522.c:18:1: error: stray '\273' in program
18 if( a >= f[mid-1] && a < f[mid] ) return mid;// >&&<= »»ÎȘ: >= && <
^
0_0_33838786_9522.c:18:1: error: stray '\273' in program
0_0_33838786_9522.c:18:1: error: stray '\316' in program
0_0_33838786_9522.c:18:1: error: stray '\252' in program
0_0_33838786_9522.c:23:1: error: expected identifier or '(' before numeric constant
23
^
0_0_33838786_9522.c:31:1: error: stray '\273' in program
31 if( a[i] < f[0] ) j = 0; // <= »»ÎȘ: <
^
0_0_33838786_9522.c:31:1: error: stray '\273' in program
0_0_33838786_9522.c:31:1: error: stray '\316' in program
0_0_33838786_9522.c:31:1: error: stray '\252' in program
0_0_33838786_9522.c:32:1: error: stray '\273' in program
32 else if( a[i] >= f[size-1] ) j = size++;// > »»ÎȘ: >=
^
0_0_33838786_9522.c:32:1: error: stray '\273' in program
0_0_33838786_9522.c:32:1: error: stray '\316' in program
0_0_33838786_9522.c:32:1: error: stray '\252' in program
0_0_33838786_9522.c:40:1: error: expected identifier or '(' before numeric constant
40
^
|