4 solutions
- 1
Information
- ID
- 226
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 3
- Tags
- # Submissions
- 288
- Accepted
- 161
- Uploaded By
#include using namespace std;
int main() { int a = 1;
for (int i = 1; i <= a; i++)
cout << "你好,世界。";
return 0;
}
想要题解码::::不给
给我掰开
菠萝仔