1 solutions
-
0
C++ :
#include<bits/stdc++.h> using namespace std; int main() { cout<<"15"<<endl; cout<<"97"<<endl; cout<<"98"<<endl; cout<<"A"<<endl; return 0; }Pascal :
var a,b,c:integer; s:string; begin a:=15; b:=97; c:=98; s:='A'; writeln(a); writeln(b); writeln(c); writeln(s) end.
- 1
Information
- ID
- 16806
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By