school.cpp:24:15: warning: missing terminating " character
scanf("%lld%ll
^
school.cpp:24:15: error: missing terminating " character
scanf("%lld%ll
^~~~~~~~
school.cpp:25:16: warning: missing terminating " character
d" , &x , &y);
^
school.cpp:25:16: error: missing terminating " character
d" , &x , &y);
^~~~~~~~~~~~~
school.cpp:11:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main()
^
school.cpp: In function 'int main()':
school.cpp:25:15: error: 'd' was not declared in this scope
d" , &x , &y);
^
school.cpp:16:9: warning: unused variable 'x' [-Wunused-variable]
int x , y;
^
school.cpp:16:13: warning: unused variable 'y' [-Wunused-variable]
int x , y;
^