| 5 | #include <bits/stdc++.h> |
| 6 | using namespace std; |
| 7 | int main() |
| 8 | { |
| 9 | long long t,a,b,c,d,i,j; |
| 10 | cin>>t; |
| 11 | while(t--){ |
| 12 | cin>>a>>b>>c; |
| 13 | d=a+b+c; |
| 14 | cout<<d-1<<endl; |
| 15 | } |
| 16 | |
| 17 | return 0; |
| 18 | |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected