edit test.cpp

This commit is contained in:
2021-03-08 20:29:43 +09:00
parent 8b2d370652
commit 2b4f3b5007

View File

@ -63,7 +63,7 @@ int main(int ArgiCnt, char** AppArgu)
_FFS_(ZCShowData1)
(ZTypInt AiInt)
{
cout<<"# Elem : "<< AiInt << endl;
cout<<"# Elem1 : "<< AiInt << endl;
}/*
(ZTypInt AiInt)*/
_FFC_(ZCShowData1)
@ -71,7 +71,7 @@ int main(int ArgiCnt, char** AppArgu)
_FFS_(ZCShowData2)
(ZTypInt AiInt, ZCTuple& AR_CTuple)
{
cout<<"# Elem1 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl;
cout<<"# Elem2 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl;
}/*
(ZTypInt AiInt, ZCTuple& AR_CTuple)*/
_FFC_(ZCShowData2)
@ -79,7 +79,7 @@ int main(int ArgiCnt, char** AppArgu)
_FFS_(ZCShowData3)
(ZTypInt AiInt, ZCTuple& AR_CTuple)
{
cout<<"# Elem2 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl;
cout<<"# Elem3 : "<< AiInt << ", nth=" << AR_CTuple._1++ << endl;
}/*
(ZTypInt AiInt, ZCTuple* AR_CTuple)*/
_FFC_(ZCShowData3)