0_0_39304377_315.cpp:16:10: error: stray '#' in program
16 | }#include<bits/stdc++.h>
| ^
0_0_39304377_315.cpp: In function 'long long int k1(long long int, long long int)':
0_0_39304377_315.cpp:16:19: error: 'bits' was not declared in this scope
16 | }#include<bits/stdc++.h>
| ^~~~
0_0_39304377_315.cpp:16:24: error: 'stdc' was not declared in this scope; did you mean 'std'?
16 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39304377_315.cpp:16:11: error: 'include' was not declared in this scope
16 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_39304377_315.cpp:17:1: error: expected primary-expression before 'using'
17 | using namespace std;
| ^~~~~
0_0_39304377_315.cpp:19:38: error: a function-definition is not allowed here before '{' token
19 | long long k1(long long x,long long r){
| ^
0_0_39304377_315.cpp:32:11: error: a function-definition is not allowed here before '{' token
32 | int main(){
| ^
|