Tokens
Submit solution
C
Points:
10
Time limit:
0.5s
Memory limit:
64M
Author:
Problem type
Allowed languages
given a C Program count the number of tokens
Sample Input
include <stdio.h>
int main() { int a , b ; a = 50 ; b = 100 ; return 0 ; }
==================
Sample output Number of Tokens = 23
Comments
.