Submission #494607

# Submission time Handle Problem Language Result Execution time Memory
494607 2021-12-15T20:29:28 Z inksamurai Popcount (COCI19_popcount) C++17
0 / 110
1 ms 204 KB
#include <bits/stdc++.h>
#define fi first
#define se second
#define pb push_back
#define sz(a) (int)a.size()
#define all(a) a.begin(),a.end()
#define rep(i,n) for(int i=0;i<n;i++)
#define crep(i,x,n) for(int i=x;i<n;i++)
#define drep(i,n) for(int i=n-1;i>=0;i--)
#define vec(...) vector<__VA_ARGS__>
#define _3oKjziw ios_base::sync_with_stdio(false),cin.tie(0),cout.tie(0)
using namespace std;
typedef long long ll;
typedef long double ld;
using pii=pair<int,int>;
using vi=vector<int>;

int main(){
_3oKjziw;
	int n,k;
	cin>>n>>k;
	cout<<"1\n";
	cout<<"A=";
	rep(i,n){
		cout<<"(A"<<"&(1<<"<<i<<"))";
		if(i<n-1) cout<<"+";
	}
	cout<<"\n";
//	
	return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 204 KB Wrong command format.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 204 KB Wrong command format.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 204 KB Accepted.
2 Incorrect 0 ms 204 KB Wrong command format.
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 204 KB Wrong command format.
2 Halted 0 ms 0 KB -