0_0_20777748_4224.cpp:1:43: error: stray '#' in program
<span style="font-family:Microsoft YaHei">#include <stdio.h>
^
0_0_20777748_4224.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-family:Microsoft YaHei">#include <stdio.h>
^
0_0_20777748_4224.cpp:10:2: error: 'FF' does not name a type
}FF[405][405];
^
0_0_20777748_4224.cpp:5:12: error: '__int64' does not name a type
#define LL __int64
^
0_0_20777748_4224.cpp:17:1: note: in expansion of macro 'LL'
LL gcd(LL a, LL b) {
^
0_0_20777748_4224.cpp: In function 'void init()':
0_0_20777748_4224.cpp:5:12: error: '__int64' was not declared in this scope
#define LL __int64
^
0_0_20777748_4224.cpp:30:5: note: in expansion of macro 'LL'
LL tempi,tempj,sumfz,sumfm,fz,fm,gg;
^
0_0_20777748_4224.cpp:31:5: error: 'FF' was not declared in this scope
FF[0][1].fz = 1;
^
0_0_20777748_4224.cpp:34:9: error: 'sumfz' was not declared in this scope
sumfz = 0;
^
0_0_20777748_4224.cpp:35:9: error: 'sumfm' was not declared in this scope
sumfm = 1;
^
0_0_20777748_4224.cpp:41:17: error: 'fz' was not declared in this scope
fz = FF[i-1][j-1].fz;
^
0_0_20777748_4224.cpp:42:17: error: 'fm' was not declared in this scope
fm = FF[i-1][j-1].fm;
^
0_0_20777748_4224.cpp:43:17: error: 'gg' was not declared in this scope
gg = gcd(i,j);
^
0_0_20777748_4224.cpp:43:29: error: 'gcd' was not declared in this scope
gg = gcd(i,j);
^
0_0_20777748_4224.cpp:45:17: error: 'tempi' was not declared in this scope
tempi = i / gg;
^
0_0_20777748_4224.cpp:46:17: error: 'tempj' was not declared in this scope
tempj = j / gg;
^
0_0_20777748_4224.cpp: In function 'int main()':
0_0_20777748_4224.cpp:79:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_20777748_4224.cpp:82:25: error: 'printf' was not declared in this scope
printf("%d ",cas);
^
0_0_20777748_4224.cpp:83:12: error: 'FF' was not declared in this scope
if(FF[m][k].fm == 1) {
^
0_0_20777748_4224.cpp: At global scope:
0_0_20777748_4224.cpp:91:1: error: expected unqualified-id before '<' token
</span>
^
|