Programming Language
200D1800· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
4void f(int,T)void f(T, T)void foo123 ( int, double, string,string )void p(T,double)3int astring sdouble x1235f(a, a)f(s,a )foo (a,s,s)f ( s ,x123)proc(a)
Output
21010
Sample 2of 2
Input
6void f(string,double,int)void f(int)void f ( T )void procedure(int,double)void f (T, double,int)void f(string, T,T)4int aint xstring tdouble val5f(t, a, a)f(t,val,a)f(val,a, val)solve300(val, val)f (x)
Output
13002
58%
200D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)