Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Matrix spiral print
XD
2015(M2)Mod.
Simulare 2022
Tower of hanoi
list_of pair strings
Test
KhadijahAlshehhi
better o/p of factor problem
Faaaaak
Please log in to post a comment.