Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
scanf error
#include <bits/stdc++.h> #include <vector> using namespace std; int main() { int i,j,k,l,m; scanf("%d",&i); scanf("%ld",&j); scanf("%c",&k); scanf("%f",&l); scanf("%lf",&m); printf("%d\n",i); printf("%ld\n",j); printf("%c\n",k); printf("%f\n",l); printf("%lf",m); return 0; }
run
|
edit
|
history
|
help
1
Deque RotateString
Teatime Snack
NameTempSpecial
Sum of digits of number
Arithemetic operators
BinTreeInsert
constructing object on first use as return value of (pointer to) object-returning function
area of a circle using pointer
MovConstrAssign2
StackBubLink