• Bio

    读过书吗牢底🤣🤣🤣image#include<bits/stdc++.h> using namespace std; int main() { char n; while (cin>>n) { if(n>='a'&&n<='z') {

    	cout<<char(int(n)-32)<<endl;
        }
        else
        
    	{
    		cout<<n<<endl;
    	
        }
    	
    	
    	
    }
    
    
    return 0;
    

    }#include<bits/stdc++.h> using namespace std; int main() { char n; while (cin>>n) { if(n>='a'&&n<='z') {

    	cout<<char(int(n)-32)<<endl;
        }
        else
        
    	{
    		cout<<n<<endl;
    	
        }
    	
    	
    	
    }
    
    
    return 0;
    

    }#include<bits/stdc++.h> using namespace std; int main() { char n; while (cin>>n) { if(n>='a'&&n<='z') {

    	cout<<char(int(n)-32)<<endl;
        }
        else
        
    	{
    		cout<<n<<endl;
    	
        }
    	
    	
    	
    }
    
    
    return 0;
    

    }

  • Accepted Problems

  • Recent Activities

    This person is lazy and didn't join any contest or homework

Problem Tags

编程考级
5
GESP
5
CSP
2
厦门信息学
2
厦门创客大赛C++项目
2
信息科技特长生
2
鸡兔同笼
1
循环
1