Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
#define ll long long int
int main()
{
ll tc;
cin>>tc;
while(tc--)
{
ll n,m;
cin>>n>>m;
cout<<max(0ll,m-n)<<endl;
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1092 Bitwise AND
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-09-06 07:57:37
- Judged At
- 2024-11-11 02:56:37
- Judged By
- Score
- 1
- Total Time
- 3ms
- Peak Memory
- 716.0 KiB