1 solutions
-
0
C :
#include <stdio.h> #define n 5 int main(){ char ch[n]; //for(int i=0;i<n;i++) //scanf("&c",ch[i]); // char ch[5]={'C','h','i','n','a'}; gets(ch); for(int i=0;i<n;i++) printf("%c",ch[i]+4); }C++ :
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Glmre"; return 0; }
- 1
Information
- ID
- 16725
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- (None)
- # Submissions
- 0
- Accepted
- 0
- Uploaded By