Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails test case #1

Open
Prashantvatsa opened this issue May 3, 2020 · 2 comments
Open

Fails test case #1

Prashantvatsa opened this issue May 3, 2020 · 2 comments

Comments

@Prashantvatsa
Copy link

Output is correct but this code fails the sample test case of techgig. My Java code passes two test cases after sample test case but fails in third test case.

@aryabharat
Copy link

// added the two lines in main()
ios_base::sync_with_stdio(false);
cin.tie(NULL);

@Kajal-M
Copy link

Kajal-M commented Jun 14, 2020

Output is correct but this code fails the sample test case of techgig. My Java code passes two test cases after sample test case but fails in third test case.

yes I' m also facing the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants