0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39442035_3917.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39442035_3917.cpp:1:1: error: 'include' does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
0_0_39442035_3917.cpp: In function 'int main()':
0_0_39442035_3917.cpp:5:9: error: 'cin' was not declared in this scope
5 | cin>>n;
| ^~~
0_0_39442035_3917.cpp:10:25: error: 'cout' was not declared in this scope
10 | cout<<sum<<endl;
| ^~~~
0_0_39442035_3917.cpp:10:36: error: 'endl' was not declared in this scope
10 | cout<<sum<<endl;
| ^~~~
|