I am getting the wrong answer of a test case
hello @akash_281

why r u printing n.
here u need to print test case number in place of n.
ur code should look like->
for(int i=1;i<=t;i++){
read n
cout<<"#"<<i<<assn(n)<<"\n";
}
hello @akash_281

why r u printing n.
here u need to print test case number in place of n.
ur code should look like->
for(int i=1;i<=t;i++){
read n
cout<<"#"<<i<<assn(n)<<"\n";
}