15 lines
166 B
C
15 lines
166 B
C
#include "printlib.h"
|
|
|
|
int main(){
|
|
int x,y,z,a,b,c;
|
|
string s,d;
|
|
float v,u,k,n;
|
|
bool t,w,p;
|
|
|
|
println_int(x);
|
|
return 0;
|
|
}
|
|
|
|
// EXPECTED
|
|
// 0
|