1 solutions
-
0
C :
#include <stdio.h> int main(void) { printf("与其有时间迷茫,不如先行动看看,就算失败了也能从中学到点什么,因为世上没有徒劳而功的事情"); return 0; }C++ :
#include<bits/stdc++.h> using namespace std; int main() { cout<<"与其有时间迷茫,不如先行动看看,就算失败了也能从中学到点什么,因为世上没有徒劳而功的事情"; return 0; }Python :
# coding=utf-8 print("与其有时间迷茫,不如先行动看看,就算失败了也能从中学到点什么,因为世上没有徒劳而功的事情")
- 1
Information
- ID
- 739
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 8
- Tags
- # Submissions
- 11
- Accepted
- 8
- Uploaded By