Run id: 109293
Main.cc:7:20: error: stray '#' in program
if(a>=b&&a>=c){#include
^
Main.cc:24:2: error: stray '#' in program
}#include
^
Main.cc:41:3: error: stray '#' in program
}v#include
^
Main.cc:58:2: error: stray '#' in program
}#include
^
Main.cc:75:2: error: stray '#' in program
}#include
^
Main.cc: In function 'int main()':
Main.cc:7:21: error: 'include' was not declared in this scope
if(a>=b&&a>=c){#include
^
Main.cc:7:37: error: expected primary-expression before '>' token
if(a>=b&&a>=c){#include
^
Main.cc:9:1: error: expected primary-expression before 'using'
using namespace std;
^
Main.cc:10:11: error: a function-definition is not allowed here before '{' token
int main(){
^
Main.cc:103:1: error: expected '}' at end of input
}
^
Main.cc:5:15: warning: unused variable 'max' [-Wunused-variable]
int a,b,c,max;
^
Main.cc:103:1: error: expected '}' at end of input
}
^