0_0_18273894_27673.cpp:15:20: error: stray '#' in program
scanf("%d",&T);#include <cstdio>
^
0_0_18273894_27673.cpp: In function 'int main()':
0_0_18273894_27673.cpp:15:21: error: 'include' was not declared in this scope
scanf("%d",&T);#include <cstdio>
^
0_0_18273894_27673.cpp:15:30: error: 'cstdio' was not declared in this scope
scanf("%d",&T);#include <cstdio>
^
0_0_18273894_27673.cpp:18:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_18273894_27673.cpp:25:28: error: a function-definition is not allowed here before '{' token
inline int max(int a,int b){
^
0_0_18273894_27673.cpp:28:11: error: a function-definition is not allowed here before '{' token
int main(){
^
0_0_18273894_27673.cpp:72:1: error: expected '}' at end of input
}
^
|