1 solutions
-
0
C++ :
#include <iostream> using namespace std; int main() { cout<<"101 103 107 109"<<endl; cout<<"113 127 131 137"<<endl; cout<<" "<<endl; cout<<"它们的素数之和为:928"; return 0; }Pascal :
begin writeln('101 103 107 109'); writeln('113 127 131 137'); writeln; writeln('它们的素数之和为:928'); end.
- 1
Information
- ID
- 18071
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By