0_0_36802186_15930.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:13:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp:14:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36802186_15930.cpp: In function 'void Debug()':
0_0_36802186_15930.cpp:79:13: error: 'ia' was not declared in this scope
for(i=0;ia[max_r][col])
^
0_0_36802186_15930.cpp:79:16: error: 'max_r' was not declared in this scope
for(i=0;ia[max_r][col])
^
0_0_36802186_15930.cpp:79:23: error: 'col' was not declared in this scope
for(i=0;ia[max_r][col])
^
0_0_36802186_15930.cpp:79:27: error: expected ';' before ')' token
for(i=0;ia[max_r][col])
^
0_0_36802186_15930.cpp:81:12: error: 'max_r' was not declared in this scope
if(max_r!=k){
^
0_0_36802186_15930.cpp:81:19: error: 'k' was not declared in this scope
if(max_r!=k){
^
0_0_36802186_15930.cpp:82:25: error: 'i0' was not declared in this scope
for(int i=k;i0){
^
0_0_36802186_15930.cpp:82:27: error: expected ';' before ')' token
for(int i=k;i0){
^
0_0_36802186_15930.cpp:85:33: error: 'memset' was not declared in this scope
memset(x,0,sizeof(x));
^
0_0_36802186_15930.cpp:92:29: error: 'l' was not declared in this scope
for(int j=i+1;j=l){
^
0_0_36802186_15930.cpp:92:30: error: expected ';' before ')' token
for(int j=i+1;j=l){
^
0_0_36802186_15930.cpp:93:23: error: 'r' was not declared in this scope
a[r][var]=X&1;
^
0_0_36802186_15930.cpp:93:31: error: 'X' was not declared in this scope
a[r][var]=X&1;
^
0_0_36802186_15930.cpp:98:17: error: redeclaration of 'int ans'
int ans=Gauss();
^
0_0_36802186_15930.cpp:86:21: note: 'int ans' previously declared here
for(int ans=0;ans=0;--i)
^
0_0_36802186_15930.cpp:98:27: error: 'Gauss' was not declared in this scope
int ans=Gauss();
^
0_0_36802186_15930.cpp:99:30: error: 'printf' was not declared in this scope
printf("%d\n",ans);
^
0_0_36802186_15930.cpp:105:13: error: expected primary-expression before '}' token
}
^
0_0_36802186_15930.cpp:105:13: error: expected ')' before '}' token
0_0_36802186_15930.cpp:105:13: error: expected primary-expression before '}' token
0_0_36802186_15930.cpp:106:18: error: 't' was not declared in this scope
ans+=t;
^
0_0_36802186_15930.cpp:106:19: error: expected '}' at end of input
ans+=t;
^
0_0_36802186_15930.cpp:106:19: error: expected '}' at end of input
0_0_36802186_15930.cpp:106:19: error: expected '}' at end of input
|