K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

Giúp em code C++ em bị sai cú xin giúp cảm ơn.#include <stdio.h>   int main(){  // n?i 2 xâustring noixau(string a, string b) {string res = a + b;return res;} // chuy?n toàn b? xâu v? k? t? in thư?ngstring toLower(string a) {for (int i = 0; i < a.size(); i++) {if (a[i] >= 'A' && a[i] <= 'Z') a[i] += 'a' - 'A';}return a;} // chuy?n toàn b? xâu thành k? t? in hoastring toUpper(string a) {for (int i = 0; i < a.size(); i++) {if (a[i] >= 'a' && a[i] <= 'z') a[i] += 'A' - 'A-a';}return a;} // chu?n...
Đọc tiếp

Giúp em code C++ em bị sai cú xin giúp cảm ơn.

#include <stdio.h>

   

int main(){ 

 

// n?i 2 xâu

string noixau(string a, string b) {

string res = a + b;

return res;

}

 

// chuy?n toàn b? xâu v? k? t? in thư?ng

string toLower(string a) {

for (int i = 0; i < a.size(); i++) {

if (a[i] >= 'A' && a[i] <= 'Z') a[i] += 'a' - 'A';

}

return a;

}

 

// chuy?n toàn b? xâu thành k? t? in hoa

string toUpper(string a) {

for (int i = 0; i < a.size(); i++) {

if (a[i] >= 'a' && a[i] <= 'z') a[i] += 'A' - 'A-a';

}

return a;

}

 

// chu?n hóa các t? cách nhau nhi?u d?u cách v? m?t d?u cách và vi?t hoa ch? cái đ?u, nh?ng ch? cái sau đ? in thư?ng

string chuanhoa(string a) {

int start = 0;

string res = "";

while (start < a.size() && start a[start] == ' ') start++;

if (start == a.size()) return res;

if (a[start] >= 'a' && a[start] <= 'z') a[start] += 'A' - 'a';

res += a[start];

for (int i = start + 1; i< a.size(); i++) {

if (a[i-1] != ' ' && a[i] != ' ') {

if (a[i] >= 'A' && a[i] <= 'Z') a[i] += 'a'-'A';

res += a[i];

}

else if (a[i-1] == ' ' && a[i] != ' ') {

if (a[i] >= 'a' && a[i] <= 'z') a[i] += 'A'-'a';

res += a[i];

}

}

return res;

}

2
6 tháng 7 2021

cả đoạn code toàn ctcon thế bạn

1 tháng 8 2021

Xì, ít nhất cũng phải lên trang nào viết code cho dễ nhìn chứ nhìn toàn dấu ? với format code thì 0/10 ai đọc cho nổi ?

NV
15 tháng 4 2022

Vận tốc của chất điểm:

\(v\left(t\right)=s'\left(t\right)=3t^2-6t+9=3\left(t-1\right)^2+6\ge6\)

Dấu "=" xảy ra khi \(t-1=0\Rightarrow t=1s\)

15 tháng 4 2022

Dạ em cảm ơn rất nhiều ạ, nhưng nếu được thầy có thể giải thích giúp em làm sao ra đc :S'(t) ạ ?  

10 tháng 9 2023

Chào em, cảm ơn em đã tham gia nền tảng học trực tuyến olm.vn. Với những bài thực hành như này Olm xin hướng dẫn em làm như sau: Bước 1 em chọn đáp án đúng. Bước 2 em bấm kiểm tra vậy là ok rồi em nhá.

loading...

8 tháng 12 2021

1 He doesn't play games

2 I don't go to the art club

3 What about sitting down?

4 We are going to take part in the stamp collector's club

5 How about relaxing?

6 My favorite subject is English

7 My favorite sport is football

8 Pink and blue are my favorite colors

9 My favorite subject is English

10 My favorite sport is football

15 tháng 3 2022

????

NV
11 tháng 9 2021

ĐKXĐ:

3.

\(x\in R\)

5.

\(sinx\ne0\Rightarrow x\ne k\pi\)

7.

\(cosx\ne0\Rightarrow x\ne\dfrac{\pi}{2}+k\pi\)

NV
11 tháng 9 2021

ĐKXĐ:

3.

\(cos\left(3x-\dfrac{\pi}{4}\right)\ne0\Leftrightarrow3x-\dfrac{\pi}{4}\ne\dfrac{\pi}{2}+k\pi\)

\(\Leftrightarrow3x\ne\dfrac{3\pi}{4}+k\pi\Rightarrow x\ne\dfrac{\pi}{4}+\dfrac{k\pi}{3}\)

4.

\(sin\left(2x+\dfrac{\pi}{6}\right)\ne0\Leftrightarrow2x+\dfrac{\pi}{6}\ne k\pi\)

\(\Rightarrow x\ne-\dfrac{\pi}{12}+\dfrac{k\pi}{2}\)

5.

\(\left\{{}\begin{matrix}cosx\ne0\\sin3x\ne0\end{matrix}\right.\) \(\Leftrightarrow\left\{{}\begin{matrix}x\ne\dfrac{\pi}{2}+k\pi\\3x\ne k\pi\end{matrix}\right.\) \(\Rightarrow\left\{{}\begin{matrix}x\ne\dfrac{\pi}{2}+k\pi\\x\ne\dfrac{k\pi}{3}\end{matrix}\right.\)

24 tháng 9 2021

dạ đề bài là tìm x ạ

29 tháng 4 2022

18.C