90分求助!!!
#include<bits/stdc++.h> using namespace std; int main(){ int s,l,k; cin>>s>>l; k=s+l; if(k%7!=0){ cout<<k%7; }else{ cout<<s+l; } return 0; }