Options
  • Option 01

    English

    Vidsrc

    1080P

    WATCH ONLINE
  • Option 02

    English

    2embed

    1080P

    WATCH ONLINE
  • Option 03

    English

    Autoembed

    1080P

    WATCH ONLINE
Background

Ispit.cpp Guide

#include #include #include using namespace std; int main() string s; getline(cin, s); // Output first character if(s.length() > 0) cout << (char)toupper(s[0]); // Look for spaces to find the start of the next words for(int i = 0; i < s.length(); i++) s[i] == ' ') if(i + 1 < s.length()) cout << (char)toupper(s[i+1]); cout << endl; return 0; Use code with caution. Copied to clipboard

#include #include #include #include Use code with caution. Copied to clipboard ispit.cpp

Since the input contains spaces, std::getline is necessary to capture the full string. std::string input; std::getline(std::cin, input); Use code with caution. Copied to clipboard #include #include #include using namespace std; int main()

More titles like this
100 Euro Gift
Iphone 14 Pro Max
Macbook Air
Playstation 5
1500 Euro Bonus
Try Again Next Time
Airpods Pro
Xbox Series X
Get your chance to win a prize!
Enter your email address and spin the wheel. This is your chance to win amazing discounts!
Our in-house rules:
  • One game per user
  • Cheaters will be disqualified.