10 lines
105 B
C
10 lines
105 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
int aton(const char str[]) {
|
|
|
|
}
|
|
|
|
int main() {
|
|
return 0;
|
|
} |