0_0_28062350_19645.cpp:12:29: error: stray '#' in program
scanf("%d%d%d",&x,&y,&z);#include<bits/stdc++.h>
^
0_0_28062350_19645.cpp: In function 'int main()':
0_0_28062350_19645.cpp:12:30: error: 'include' was not declared in this scope
scanf("%d%d%d",&x,&y,&z);#include<bits/stdc++.h>
^
0_0_28062350_19645.cpp:12:38: error: 'bits' was not declared in this scope
scanf("%d%d%d",&x,&y,&z);#include<bits/stdc++.h>
^
0_0_28062350_19645.cpp:12:43: error: 'stdc' was not declared in this scope
scanf("%d%d%d",&x,&y,&z);#include<bits/stdc++.h>
^
0_0_28062350_19645.cpp:13:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_28062350_19645.cpp:16:12: error: a function-definition is not allowed here before '{' token
int main() {
^
0_0_28062350_19645.cpp:59:1: error: expected '}' at end of input
}
^
0_0_28062350_19645.cpp:59:1: error: expected '}' at end of input
0_0_28062350_19645.cpp:59:1: error: expected '}' at end of input
|