#include<iostream>
#include<string>
using namespace std;
int main(){
  int i[5],a;
  a=strnlen(i);
  cout<<a<<endl;
    return 0;
}